Class: PayPal::AdaptivePayments::Response::BaseAddress
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::Response::BaseAddress
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/response/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.
Method Summary
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.
7 8 9 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 7 def city @city end |
#country_code ⇒ Object
Returns the value of attribute country_code.
10 11 12 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 10 def country_code @country_code end |
#line1 ⇒ Object
Returns the value of attribute line1.
5 6 7 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 5 def line1 @line1 end |
#line2 ⇒ Object
Returns the value of attribute line2.
6 7 8 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 6 def line2 @line2 end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
9 10 11 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 9 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state.
8 9 10 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 8 def state @state end |
#type ⇒ Object
Returns the value of attribute type.
11 12 13 |
# File 'lib/paypal/adaptive_payments/response/base_address.rb', line 11 def type @type end |