Class: EverSdk::ResultOfConvertAddress
- Inherits:
-
Object
- Object
- EverSdk::ResultOfConvertAddress
- Defined in:
- lib/ever_sdk_client/types.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
Instance Method Summary collapse
-
#initialize(a) ⇒ ResultOfConvertAddress
constructor
A new instance of ResultOfConvertAddress.
Constructor Details
#initialize(a) ⇒ ResultOfConvertAddress
Returns a new instance of ResultOfConvertAddress.
5 6 7 |
# File 'lib/ever_sdk_client/types.rb', line 5 def initialize(a) @address = a end |
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address.
3 4 5 |
# File 'lib/ever_sdk_client/types.rb', line 3 def address @address end |