Class: LittleGhost::Swarm::Member

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/swarm.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



34
35
36
# File 'lib/little_ghost/swarm.rb', line 34

def agent
  @agent
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



34
35
36
# File 'lib/little_ghost/swarm.rb', line 34

def id
  @id
end

#inherit_contextObject (readonly)

Returns the value of attribute inherit_context

Returns:

  • (Object)

    the current value of inherit_context



34
35
36
# File 'lib/little_ghost/swarm.rb', line 34

def inherit_context
  @inherit_context
end

#inherit_historyObject (readonly)

Returns the value of attribute inherit_history

Returns:

  • (Object)

    the current value of inherit_history



34
35
36
# File 'lib/little_ghost/swarm.rb', line 34

def inherit_history
  @inherit_history
end

#policiesObject (readonly)

Returns the value of attribute policies

Returns:

  • (Object)

    the current value of policies



34
35
36
# File 'lib/little_ghost/swarm.rb', line 34

def policies
  @policies
end