Class: Billogram::Settings
- Defined in:
- lib/billogram/resources/settings.rb
Constant Summary
Constants inherited from Resource
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 inherited from Resource
build_objects, create, delete, #delete, endpoint, #endpoint, fetch, #initialize, #perform_request, perform_request, relation, relations, search, #to_json, #update, update
Constructor Details
This class inherits a constructor from Billogram::Resource
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/billogram/resources/settings.rb', line 4 def name @name end |
#org_no ⇒ Object
Returns the value of attribute org_no.
4 5 6 |
# File 'lib/billogram/resources/settings.rb', line 4 def org_no @org_no end |