Class: Nis::Struct::Node
- Inherits:
-
Object
- Object
- Nis::Struct::Node
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/node.rb
Overview
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#identity ⇒ String
The current value of identity.
-
#metaData ⇒ String
(also: #meta_data)
The current value of metaData.
-
#networkId ⇒ String
The current value of networkId.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
8 9 10 |
# File 'lib/nis/struct/node.rb', line 8 def endpoint @endpoint end |
#identity ⇒ String
Returns the current value of identity.
6 7 8 |
# File 'lib/nis/struct/node.rb', line 6 def identity @identity end |
#metaData ⇒ String Also known as: meta_data
Returns the current value of metaData.
6 7 8 |
# File 'lib/nis/struct/node.rb', line 6 def @metaData end |
#networkId ⇒ String
Returns the current value of networkId.
6 7 8 |
# File 'lib/nis/struct/node.rb', line 6 def networkId @networkId end |
Class Method Details
.build(attrs) ⇒ Object
12 13 14 |
# File 'lib/nis/struct/node.rb', line 12 def self.build(attrs) new(attrs) end |