Class: Billogram::Address

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

Instance Attribute Summary collapse

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

#attentionObject

Returns the value of attribute attention.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def attention
  @attention
end

#careofObject

Returns the value of attribute careof.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def careof
  @careof
end

#cityObject

Returns the value of attribute city.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def city
  @city
end

#countryObject

Returns the value of attribute country.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def country
  @country
end

#nameObject

Returns the value of attribute name.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def name
  @name
end

#street_addressObject

Returns the value of attribute street_address.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def street_address
  @street_address
end

#use_careof_as_attentionObject

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

#zipcodeObject

Returns the value of attribute zipcode.


3
4
5
# File 'lib/billogram/resources/address.rb', line 3

def zipcode
  @zipcode
end