class Nis::Struct::BootNodeRequest
@attr [Hash] metaData @attr [Hash] endpoint @attr [Hash] identity @see nemproject.github.io/#bootNodeRequest
Attributes
endpoint[RW]
identity[RW]
metaData[RW]
metadata[RW]
metadata=[RW]
Public Class Methods
build(attrs)
click to toggle source
# File lib/nis/struct/boot_node_request.rb, line 13 def self.build(attrs) new(attrs) end