Class: Billogram::Settings

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

Instance Attribute Summary collapse

Method Summary

Methods included from Endpoint

included

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

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/billogram/resources/settings.rb', line 7

def name
  @name
end

#org_noObject

Returns the value of attribute org_no.



7
8
9
# File 'lib/billogram/resources/settings.rb', line 7

def org_no
  @org_no
end

#registration_emailObject

Returns the value of attribute registration_email.



7
8
9
# File 'lib/billogram/resources/settings.rb', line 7

def registration_email
  @registration_email
end