Class: Me2API::Result

Inherits:
Model
  • Object
show all
Defined in:
lib/me2api/model/result.rb

Constant Summary

Constants inherited from Model

Model::FROM_OR_TO_REGEX

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_sObject



3
4
5
# File 'lib/me2api/model/result.rb', line 3

def to_s
  "code: #{code}, message: #{message}, desc: #{description}"
end