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

#applicationString

Returns the current value of application.

Returns:

  • (String)

    the current value of application



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

def application
  @application
end

#endpointString

Returns the current value of endpoint.

Returns:

  • (String)

    the current value of endpoint



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

def endpoint
  @endpoint
end

#hostString

Returns the current value of host.

Returns:

  • (String)

    the current value of host



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

def host
  @host
end

#identityString

Returns the current value of identity.

Returns:

  • (String)

    the current value of identity



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

def identity
  @identity
end

#metaDataString Also known as: metadata

Returns the current value of metaData.

Returns:

  • (String)

    the current value of metaData



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

def 
  
end

#nameString

Returns the current value of name.

Returns:

  • (String)

    the current value of name



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

def name
  @name
end

#portString

Returns the current value of port.

Returns:

  • (String)

    the current value of port



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

def port
  @port
end

#private_keyString

Returns the current value of private_key.

Returns:

  • (String)

    the current value of private_key



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

def private_key
  @private_key
end

#protocolString

Returns the current value of protocol.

Returns:

  • (String)

    the current value of protocol



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

def protocol
  @protocol
end

Class Method Details

.build(attrs) ⇒ Object



19
20
21
# File 'lib/nis/struct/boot_node_request.rb', line 19

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