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