Class: Fusuma::Plugin::Buffers::GestureBuffer::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Fusuma::Plugin::Buffers::GestureBuffer::CacheEntry
- Defined in:
- lib/fusuma/plugin/buffers/gesture_buffer.rb
Instance Attribute Summary collapse
-
#checked ⇒ Object
Returns the value of attribute checked.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#checked ⇒ Object
Returns the value of attribute checked
10 11 12 |
# File 'lib/fusuma/plugin/buffers/gesture_buffer.rb', line 10 def checked @checked end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/fusuma/plugin/buffers/gesture_buffer.rb', line 10 def value @value end |