Class: Nis::Struct::BootNodeRequest

Inherits:
Object
  • Object
show all
Includes:
Util::Assignable
Defined in:
lib/nis/struct/boot_node_request.rb

Overview

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from Util::Assignable

#[], #initialize, #to_hash, #to_json

Instance Attribute Details

#endpointHash

Returns the current value of endpoint.

Returns:

  • (Hash)

    the current value of endpoint



6
7
8
# File 'lib/nis/struct/boot_node_request.rb', line 6

def endpoint
  @endpoint
end

#identityHash

Returns the current value of identity.

Returns:

  • (Hash)

    the current value of identity



6
7
8
# File 'lib/nis/struct/boot_node_request.rb', line 6

def identity
  @identity
end

#metaDataHash Also known as: metadata

Returns the current value of metaData.

Returns:

  • (Hash)

    the current value of metaData



6
7
8
# File 'lib/nis/struct/boot_node_request.rb', line 6

def 
  @metaData
end

Class Method Details

.build(attrs) ⇒ Object



13
14
15
# File 'lib/nis/struct/boot_node_request.rb', line 13

def self.build(attrs)
  new(attrs)
end