class Nem::Model::NodeEndpoint
Attributes
host[R]
port[R]
protocol[R]
Public Class Methods
new_from_endpoint(hash)
click to toggle source
# File lib/nem/model/node.rb, line 29 def self.new_from_endpoint(hash) new(hash) end