Class: Billogram::Address
- Defined in:
- lib/billogram/resources/address.rb
Instance Attribute Summary collapse
-
#attention ⇒ Object
Returns the value of attribute attention.
-
#careof ⇒ Object
Returns the value of attribute careof.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#street_address ⇒ Object
Returns the value of attribute street_address.
-
#use_careof_as_attention ⇒ Object
Returns the value of attribute use_careof_as_attention.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
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
#attention ⇒ Object
Returns the value of attribute attention.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def attention @attention end |
#careof ⇒ Object
Returns the value of attribute careof.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def careof @careof end |
#city ⇒ Object
Returns the value of attribute city.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def name @name end |
#street_address ⇒ Object
Returns the value of attribute street_address.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def street_address @street_address end |
#use_careof_as_attention ⇒ Object
Returns the value of attribute use_careof_as_attention.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def use_careof_as_attention @use_careof_as_attention end |
#zipcode ⇒ Object
Returns the value of attribute zipcode.
5 6 7 |
# File 'lib/billogram/resources/address.rb', line 5 def zipcode @zipcode end |