Class: Nis::Struct::NodeInfo
- Inherits:
-
Object
- Object
- Nis::Struct::NodeInfo
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/node_info.rb
Overview
Instance Attribute Summary collapse
-
#application ⇒ String
The current value of application.
-
#endpoint ⇒ String
The current value of endpoint.
-
#features ⇒ String
The current value of features.
-
#host ⇒ String
The current value of host.
-
#identity ⇒ String
The current value of identity.
-
#metaData ⇒ String
(also: #meta_data)
The current value of metaData.
-
#name ⇒ String
The current value of name.
-
#networkId ⇒ String
(also: #network_id)
The current value of networkId.
-
#platform ⇒ String
The current value of platform.
-
#port ⇒ String
The current value of port.
-
#protocol ⇒ String
The current value of protocol.
-
#publicKey ⇒ String
(also: #public_key)
The current value of publicKey.
-
#version ⇒ String
The current value of version.
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.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def application @application end |
#endpoint ⇒ String
Returns the current value of endpoint.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def endpoint @endpoint end |
#features ⇒ String
Returns the current value of features.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def features @features end |
#host ⇒ String
Returns the current value of host.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def host @host end |
#identity ⇒ String
Returns the current value of identity.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def identity @identity end |
#metaData ⇒ String Also known as: meta_data
Returns the current value of metaData.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def end |
#name ⇒ String
Returns the current value of name.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def name @name end |
#networkId ⇒ String Also known as: network_id
Returns the current value of networkId.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def networkId @networkId end |
#platform ⇒ String
Returns the current value of platform.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def platform @platform end |
#port ⇒ String
Returns the current value of port.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def port @port end |
#protocol ⇒ String
Returns the current value of protocol.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def protocol @protocol end |
#publicKey ⇒ String Also known as: public_key
Returns the current value of publicKey.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def publicKey @publicKey end |
#version ⇒ String
Returns the current value of version.
16 17 18 |
# File 'lib/nis/struct/node_info.rb', line 16 def version @version end |
Class Method Details
.build(attrs) ⇒ Object
24 25 26 |
# File 'lib/nis/struct/node_info.rb', line 24 def self.build(attrs) new(attrs) end |