Methods
    - A
 - B
 - G
 - P
 
Instance Public methods
      
        Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 134 def alwaysFail raise "MT AlwaysFail" end
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 130 def bool 'y' end
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 126 def getCategories ["mtCat1", "mtCat2"] end
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 138 def person Person.new('id' => 1, 'name' => 'person1') end