Class: LittleGhost::Swarm::Member
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Swarm::Member
- Defined in:
- lib/little_ghost/swarm.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#inherit_context ⇒ Object
readonly
Returns the value of attribute inherit_context.
-
#inherit_history ⇒ Object
readonly
Returns the value of attribute inherit_history.
-
#policies ⇒ Object
readonly
Returns the value of attribute policies.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
34 35 36 |
# File 'lib/little_ghost/swarm.rb', line 34 def agent @agent end |
#id ⇒ Object (readonly)
Returns the value of attribute id
34 35 36 |
# File 'lib/little_ghost/swarm.rb', line 34 def id @id end |
#inherit_context ⇒ Object (readonly)
Returns the value of attribute inherit_context
34 35 36 |
# File 'lib/little_ghost/swarm.rb', line 34 def inherit_context @inherit_context end |
#inherit_history ⇒ Object (readonly)
Returns the value of attribute inherit_history
34 35 36 |
# File 'lib/little_ghost/swarm.rb', line 34 def inherit_history @inherit_history end |
#policies ⇒ Object (readonly)
Returns the value of attribute policies
34 35 36 |
# File 'lib/little_ghost/swarm.rb', line 34 def policies @policies end |