Class: Xhash::ProofOfAddress
- Inherits:
-
Struct
- Object
- Struct
- Xhash::ProofOfAddress
- Defined in:
- lib/xhash/structs/proof_of_address.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#date ⇒ Object
Returns the value of attribute date.
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#full_address ⇒ Object
Returns the value of attribute full_address.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#neighborhood ⇒ Object
Returns the value of attribute neighborhood.
-
#province ⇒ Object
Returns the value of attribute province.
-
#street ⇒ Object
Returns the value of attribute street.
-
#type ⇒ Object
Returns the value of attribute type.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def city @city end |
#date ⇒ Object
Returns the value of attribute date
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def date @date end |
#exception ⇒ Object
Returns the value of attribute exception
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def exception @exception end |
#full_address ⇒ Object
Returns the value of attribute full_address
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def full_address @full_address end |
#full_name ⇒ Object
Returns the value of attribute full_name
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def full_name @full_name end |
#neighborhood ⇒ Object
Returns the value of attribute neighborhood
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def neighborhood @neighborhood end |
#province ⇒ Object
Returns the value of attribute province
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def province @province end |
#street ⇒ Object
Returns the value of attribute street
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def street @street end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def type @type end |
#zip_code ⇒ Object
Returns the value of attribute zip_code
2 3 4 |
# File 'lib/xhash/structs/proof_of_address.rb', line 2 def zip_code @zip_code end |