Class: Xhash::ProofOfAddress

Inherits:
Struct
  • Object
show all
Defined in:
lib/xhash/structs/proof_of_address.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def city
  @city
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def date
  @date
end

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def exception
  @exception
end

#full_addressObject

Returns the value of attribute full_address

Returns:

  • (Object)

    the current value of full_address



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def full_address
  @full_address
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def full_name
  @full_name
end

#neighborhoodObject

Returns the value of attribute neighborhood

Returns:

  • (Object)

    the current value of neighborhood



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def neighborhood
  @neighborhood
end

#provinceObject

Returns the value of attribute province

Returns:

  • (Object)

    the current value of province



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def province
  @province
end

#streetObject

Returns the value of attribute street

Returns:

  • (Object)

    the current value of street



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def street
  @street
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def type
  @type
end

#zip_codeObject

Returns the value of attribute zip_code

Returns:

  • (Object)

    the current value of zip_code



2
3
4
# File 'lib/xhash/structs/proof_of_address.rb', line 2

def zip_code
  @zip_code
end