Class: Me2API::Result
Constant Summary
Constants inherited from Model
Instance Method Summary collapse
Methods inherited from Model
#[]=, #id, #initialize, #iso8601_time, #method_missing, #type, #underscore, wrap
Constructor Details
This class inherits a constructor from Me2API::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Me2API::Model
Instance Method Details
#to_s ⇒ Object
3 4 5 |
# File 'lib/me2api/model/result.rb', line 3 def to_s "code: #{code}, message: #{}, desc: #{description}" end |