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.
-
#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
permalink #attention ⇒ Object
Returns the value of attribute attention.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def attention @attention end |
permalink #careof ⇒ Object
Returns the value of attribute careof.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def careof @careof end |
permalink #city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def city @city end |
permalink #country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def country @country end |
permalink #name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def name @name end |
permalink #street_address ⇒ Object
Returns the value of attribute street_address.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def street_address @street_address end |
permalink #use_careof_as_attention ⇒ Object
Returns the value of attribute use_careof_as_attention.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def use_careof_as_attention @use_careof_as_attention end |
permalink #zipcode ⇒ Object
Returns the value of attribute zipcode.
3 4 5 |
# File 'lib/billogram/resources/address.rb', line 3 def zipcode @zipcode end |