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
-
#endpoint ⇒ Hash
The current value of endpoint.
-
#identity ⇒ Hash
The current value of identity.
-
#metaData ⇒ Hash
(also: #metadata)
The current value of metaData.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#endpoint ⇒ Hash
Returns the current value of endpoint.
6 7 8 |
# File 'lib/nis/struct/boot_node_request.rb', line 6 def endpoint @endpoint end |
#identity ⇒ Hash
Returns the current value of identity.
6 7 8 |
# File 'lib/nis/struct/boot_node_request.rb', line 6 def identity @identity end |
#metaData ⇒ Hash Also known as: metadata
Returns 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 |