Class: APIQL::HashEntity
Instance Attribute Summary
Attributes inherited from Entity
Instance Method Summary collapse
Methods inherited from Entity
attributes, inherited, #initialize, #render
Constructor Details
This class inherits a constructor from APIQL::Entity
Instance Method Details
#get_field(field) ⇒ Object
239 240 241 |
# File 'lib/apiql.rb', line 239 def get_field(field) object[field.to_sym] end |