Class: Nem::Model::NodeIdentity
- Inherits:
-
Object
- Object
- Nem::Model::NodeIdentity
- Includes:
- Nem::Mixin::Assignable
- Defined in:
- lib/nem/model/node.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#public_key ⇒ Object
readonly
Returns the value of attribute public_key.
Method Summary
Methods included from Nem::Mixin::Assignable
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
22 23 24 |
# File 'lib/nem/model/node.rb', line 22 def name @name end |
#public_key ⇒ Object (readonly)
Returns the value of attribute public_key.
22 23 24 |
# File 'lib/nem/model/node.rb', line 22 def public_key @public_key end |