Class: Zinc::Address

Inherits:
Model
  • Object
show all
Defined in:
lib/zinc/address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_hash

Constructor Details

This class inherits a constructor from Zinc::Model

Instance Attribute Details

#address_line1Object



4
5
6
# File 'lib/zinc/address.rb', line 4

def address_line1
  @address_line1
end

#address_line2Object



4
5
6
# File 'lib/zinc/address.rb', line 4

def address_line2
  @address_line2
end

#cityObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def city
  @city
end

#countryObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def country
  @country
end

#first_nameObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def first_name
  @first_name
end

#last_nameObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def last_name
  @last_name
end

#phone_numberObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def phone_number
  @phone_number
end

#stateObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def state
  @state
end

#zip_codeObject



4
5
6
# File 'lib/zinc/address.rb', line 4

def zip_code
  @zip_code
end