Class: Fusuma::Plugin::Buffers::GestureBuffer::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/fusuma/plugin/buffers/gesture_buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checkedObject

Returns the value of attribute checked

Returns:

  • (Object)

    the current value of checked



10
11
12
# File 'lib/fusuma/plugin/buffers/gesture_buffer.rb', line 10

def checked
  @checked
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/fusuma/plugin/buffers/gesture_buffer.rb', line 10

def value
  @value
end