Class: StateMate::StateSet::State

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



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

def adapter
  @adapter
end

#directiveObject

Returns the value of attribute directive

Returns:

  • (Object)

    the current value of directive



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

def directive
  @directive
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end