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
39 40 41 |
# File 'lib/little_ghost/swarm.rb', line 39 def agent @agent end |
#id ⇒ Object (readonly)
Returns the value of attribute id
39 40 41 |
# File 'lib/little_ghost/swarm.rb', line 39 def id @id end |
#inherit_context ⇒ Object (readonly)
Returns the value of attribute inherit_context
39 40 41 |
# File 'lib/little_ghost/swarm.rb', line 39 def inherit_context @inherit_context end |
#inherit_history ⇒ Object (readonly)
Returns the value of attribute inherit_history
39 40 41 |
# File 'lib/little_ghost/swarm.rb', line 39 def inherit_history @inherit_history end |
#policies ⇒ Object (readonly)
Returns the value of attribute policies
39 40 41 |
# File 'lib/little_ghost/swarm.rb', line 39 def policies @policies end |