Class: Nis::Struct::ExtendedNodeExperiencePair
- Inherits:
-
Object
- Object
- Nis::Struct::ExtendedNodeExperiencePair
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/extended_node_experience_pair.rb
Overview
Instance Attribute Summary collapse
-
#experience ⇒ Nis::Struct::NodeExperience
The current value of experience.
-
#experiences ⇒ Object
Returns the value of attribute experiences.
-
#node ⇒ Nis::Struct::Node
The current value of node.
-
#syncs ⇒ Integer
The current value of syncs.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#experience ⇒ Nis::Struct::NodeExperience
Returns the current value of experience.
6 7 8 |
# File 'lib/nis/struct/extended_node_experience_pair.rb', line 6 def experience @experience end |
#experiences ⇒ Object
Returns the value of attribute experiences.
8 9 10 |
# File 'lib/nis/struct/extended_node_experience_pair.rb', line 8 def experiences @experiences end |
#node ⇒ Nis::Struct::Node
Returns the current value of node.
6 7 8 |
# File 'lib/nis/struct/extended_node_experience_pair.rb', line 6 def node @node end |
#syncs ⇒ Integer
Returns the current value of syncs.
6 7 8 |
# File 'lib/nis/struct/extended_node_experience_pair.rb', line 6 def syncs @syncs end |