Class: Nuvemshop::Order::Address

Inherits:
BaseModel show all
Defined in:
lib/nuvemshop/order/address.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

attr_accessor, attributes, #attributes, #pretty_print

Methods included from Extensions::MassAssignment

#initialize

Instance Attribute Details

#addressString

The address of this object.

Returns:

  • (String)

    the current value of address



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def address
  @address
end

#cityString

The city of this object.

Returns:

  • (String)

    the current value of city



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def city
  @city
end

#countryString

The country of this object.

Returns:

  • (String)

    the current value of country



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def country
  @country
end

#created_atString

The created_at of this object.

Returns:

  • (String)

    the current value of created_at



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def created_at
  @created_at
end

#defaultString

The default of this object.

Returns:

  • (String)

    the current value of default



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def default
  @default
end

#floorString

The floor of this object.

Returns:

  • (String)

    the current value of floor



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def floor
  @floor
end

#idString

The id of this object.

Returns:

  • (String)

    the current value of id



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def id
  @id
end

#localityString

The locality of this object.

Returns:

  • (String)

    the current value of locality



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def locality
  @locality
end

#nameString

The name of this object.

Returns:

  • (String)

    the current value of name



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def name
  @name
end

#numberString

The number of this object.

Returns:

  • (String)

    the current value of number



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def number
  @number
end

#phoneString

The phone of this object.

Returns:

  • (String)

    the current value of phone



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def phone
  @phone
end

#positionString

The position of this object.

Returns:

  • (String)

    the current value of position



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def position
  @position
end

#provinceString

The province of this object.

Returns:

  • (String)

    the current value of province



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def province
  @province
end

#updated_atString

The updated_at of this object.

Returns:

  • (String)

    the current value of updated_at



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def updated_at
  @updated_at
end

#zipcodeString

The zipcode of this object.

Returns:

  • (String)

    the current value of zipcode



19
20
21
# File 'lib/nuvemshop/order/address.rb', line 19

def zipcode
  @zipcode
end