Class: Nem::Model::NodeEndpoint

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

#hostObject (readonly)

Returns the value of attribute host.



16
17
18
# File 'lib/nem/model/node.rb', line 16

def host
  @host
end

#portObject (readonly)

Returns the value of attribute port.



16
17
18
# File 'lib/nem/model/node.rb', line 16

def port
  @port
end

#protocolObject (readonly)

Returns the value of attribute protocol.



16
17
18
# File 'lib/nem/model/node.rb', line 16

def protocol
  @protocol
end