Class: PayPal::Invoice::BaseAddress
- Defined in:
- lib/paypal/invoice/base_address.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#line1 ⇒ Object
Returns the value of attribute line1.
-
#line2 ⇒ Object
Returns the value of attribute line2.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
5 6 7 |
# File 'lib/paypal/invoice/base_address.rb', line 5 def city @city end |
#country_code ⇒ Object
Returns the value of attribute country_code.
8 9 10 |
# File 'lib/paypal/invoice/base_address.rb', line 8 def country_code @country_code end |
#line1 ⇒ Object
Returns the value of attribute line1.
3 4 5 |
# File 'lib/paypal/invoice/base_address.rb', line 3 def line1 @line1 end |
#line2 ⇒ Object
Returns the value of attribute line2.
4 5 6 |
# File 'lib/paypal/invoice/base_address.rb', line 4 def line2 @line2 end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
7 8 9 |
# File 'lib/paypal/invoice/base_address.rb', line 7 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state.
6 7 8 |
# File 'lib/paypal/invoice/base_address.rb', line 6 def state @state end |
#type ⇒ Object
Returns the value of attribute type.
9 10 11 |
# File 'lib/paypal/invoice/base_address.rb', line 9 def type @type end |