Class: Billogram::BookkeepingObject

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/bookkeeping_object.rb

Instance Attribute Summary collapse

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_idObject

Returns the value of attribute dimension_id.



5
6
7
# File 'lib/billogram/resources/bookkeeping_object.rb', line 5

def dimension_id
  @dimension_id
end

#dimension_nameObject

Returns the value of attribute dimension_name.



5
6
7
# File 'lib/billogram/resources/bookkeeping_object.rb', line 5

def dimension_name
  @dimension_name
end

#object_idObject

Returns the value of attribute object_id.



5
6
7
# File 'lib/billogram/resources/bookkeeping_object.rb', line 5

def object_id
  @object_id
end

#object_nameObject

Returns the value of attribute object_name.



5
6
7
# File 'lib/billogram/resources/bookkeeping_object.rb', line 5

def object_name
  @object_name
end