Class: PayPal::Invoice::BaseAddress

Inherits:
Base
  • Object
show all
Defined in:
lib/paypal/invoice/base_address.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#request_envelope

Method Summary

Methods inherited from Base

#request

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#cityObject

Returns the value of attribute city.



5
6
7
# File 'lib/paypal/invoice/base_address.rb', line 5

def city
  @city
end

#country_codeObject

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

#line1Object

Returns the value of attribute line1.



3
4
5
# File 'lib/paypal/invoice/base_address.rb', line 3

def line1
  @line1
end

#line2Object

Returns the value of attribute line2.



4
5
6
# File 'lib/paypal/invoice/base_address.rb', line 4

def line2
  @line2
end

#postal_codeObject

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

#stateObject

Returns the value of attribute state.



6
7
8
# File 'lib/paypal/invoice/base_address.rb', line 6

def state
  @state
end

#typeObject

Returns the value of attribute type.



9
10
11
# File 'lib/paypal/invoice/base_address.rb', line 9

def type
  @type
end