Class: QPay::Address

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Overview

--- Common nested types ---

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ Object

Returns the value of attribute address

Returns:

  • (Object) —

    the current value of address



15
16
17
# File 'lib/qpay/models.rb', line 15

def address
  @address
end

#building ⇒ Object

Returns the value of attribute building

Returns:

  • (Object) —

    the current value of building



15
16
17
# File 'lib/qpay/models.rb', line 15

def building
  @building
end

#city ⇒ Object

Returns the value of attribute city

Returns:

  • (Object) —

    the current value of city



15
16
17
# File 'lib/qpay/models.rb', line 15

def city
  @city
end

#district ⇒ Object

Returns the value of attribute district

Returns:

  • (Object) —

    the current value of district



15
16
17
# File 'lib/qpay/models.rb', line 15

def district
  @district
end

#latitude ⇒ Object

Returns the value of attribute latitude

Returns:

  • (Object) —

    the current value of latitude



15
16
17
# File 'lib/qpay/models.rb', line 15

def latitude
  @latitude
end

#longitude ⇒ Object

Returns the value of attribute longitude

Returns:

  • (Object) —

    the current value of longitude



15
16
17
# File 'lib/qpay/models.rb', line 15

def longitude
  @longitude
end

#street ⇒ Object

Returns the value of attribute street

Returns:

  • (Object) —

    the current value of street



15
16
17
# File 'lib/qpay/models.rb', line 15

def street
  @street
end

#zipcode ⇒ Object

Returns the value of attribute zipcode

Returns:

  • (Object) —

    the current value of zipcode



15
16
17
# File 'lib/qpay/models.rb', line 15

def zipcode
  @zipcode
end