Class: Nem::Model::NodeIdentity

Inherits:
Object
  • Object
show all
Includes:
Nem::Mixin::Assignable
Defined in:
lib/nem/model/node.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Nem::Mixin::Assignable

#initialize

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



22
23
24
# File 'lib/nem/model/node.rb', line 22

def name
  @name
end

#public_keyObject (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