Class: HighLevel::Models::Store::StoreShippingOriginDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/store_shipping_origin_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def country
  @country
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def email
  @email
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def name
  @name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def phone
  @phone
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def state
  @state
end

#street1Object (readonly)

Returns the value of attribute street1

Returns:

  • (Object)

    the current value of street1



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def street1
  @street1
end

#street2Object (readonly)

Returns the value of attribute street2

Returns:

  • (Object)

    the current value of street2



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def street2
  @street2
end

#zipObject (readonly)

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



9
10
11
# File 'lib/high_level/models/store/store_shipping_origin_dto.rb', line 9

def zip
  @zip
end