Class: Billogram::Settings

Inherits:
Resource show all
Defined in:
lib/billogram/resources/settings.rb

Constant Summary

Constants inherited from Resource

Resource::DEFAULT_OPTIONS

Instance Attribute Summary collapse

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

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/billogram/resources/settings.rb', line 4

def name
  @name
end

#org_noObject

Returns the value of attribute org_no.



4
5
6
# File 'lib/billogram/resources/settings.rb', line 4

def org_no
  @org_no
end