Class: Nis::Struct::BootNodeRequest
- Inherits:
-
Object
- Object
- Nis::Struct::BootNodeRequest
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/boot_node_request.rb
Overview
Instance Attribute Summary collapse
-
#application ⇒ String
The current value of application.
-
#endpoint ⇒ String
The current value of endpoint.
-
#host ⇒ String
The current value of host.
-
#identity ⇒ String
The current value of identity.
-
#metaData ⇒ String
(also: #metadata)
The current value of metaData.
-
#name ⇒ String
The current value of name.
-
#port ⇒ String
The current value of port.
-
#private_key ⇒ String
The current value of private_key.
-
#protocol ⇒ String
The current value of protocol.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#application ⇒ String
Returns the current value of application.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def application @application end |
#endpoint ⇒ String
Returns the current value of endpoint.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def endpoint @endpoint end |
#host ⇒ String
Returns the current value of host.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def host @host end |
#identity ⇒ String
Returns the current value of identity.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def identity @identity end |
#metaData ⇒ String Also known as: metadata
Returns the current value of metaData.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def end |
#name ⇒ String
Returns the current value of name.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def name @name end |
#port ⇒ String
Returns the current value of port.
12 13 14 |
# File 'lib/nis/struct/boot_node_request.rb', line 12 def port @port end |
#private_key ⇒ String
Returns 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 |
#protocol ⇒ String
Returns 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 |