Class: ForeignActor::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/foreign_actor/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/foreign_actor/client.rb', line 5

def state
  @state
end