Class: Billogram::Settings
- Includes:
- Endpoint
- Defined in:
- lib/billogram/resources/settings.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#org_no ⇒ Object
Returns the value of attribute org_no.
Method Summary
Methods included from Endpoint
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
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/billogram/resources/settings.rb', line 5 def name @name end |
#org_no ⇒ Object
Returns the value of attribute org_no.
5 6 7 |
# File 'lib/billogram/resources/settings.rb', line 5 def org_no @org_no end |