Class: StateMate::StateSet::State

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



42
43
44
# File 'lib/state_mate/state_set.rb', line 42

def adapter
  @adapter
end

#directiveObject

Returns the value of attribute directive

Returns:

  • (Object)

    the current value of directive



42
43
44
# File 'lib/state_mate/state_set.rb', line 42

def directive
  @directive
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



42
43
44
# File 'lib/state_mate/state_set.rb', line 42

def key
  @key
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



42
43
44
# File 'lib/state_mate/state_set.rb', line 42

def options
  @options
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



42
43
44
# File 'lib/state_mate/state_set.rb', line 42

def value
  @value
end