Class: Billogram::BookkeepingObject
- Defined in:
- lib/billogram/resources/bookkeeping_object.rb
Instance Attribute Summary collapse
-
#dimension_id ⇒ Object
Returns the value of attribute dimension_id.
-
#dimension_name ⇒ Object
Returns the value of attribute dimension_name.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#object_name ⇒ Object
Returns the value of attribute object_name.
Method Summary
Methods inherited from Resource
build_objects, #initialize, relation, relations, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#dimension_id ⇒ Object
Returns the value of attribute dimension_id.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping_object.rb', line 3 def dimension_id @dimension_id end |
#dimension_name ⇒ Object
Returns the value of attribute dimension_name.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping_object.rb', line 3 def dimension_name @dimension_name end |
#object_id ⇒ Object
Returns the value of attribute object_id.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping_object.rb', line 3 def object_id @object_id end |
#object_name ⇒ Object
Returns the value of attribute object_name.
3 4 5 |
# File 'lib/billogram/resources/bookkeeping_object.rb', line 3 def object_name @object_name end |