Class: Fusuma::Plugin::Events::Records::TouchRecords::HoldRecord

Inherits:
Base
  • Object
show all
Defined in:
lib/fusuma/plugin/events/records/touch_records/hold_record.rb

Instance Attribute Summary

Attributes inherited from Base

#finger

Instance Method Summary collapse

Methods inherited from Base

#==, #create_index_record, #initialize

Constructor Details

This class inherits a constructor from Fusuma::Plugin::Events::Records::TouchRecords::Base

Instance Method Details

#repeatable?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/fusuma/plugin/events/records/touch_records/hold_record.rb', line 12

def repeatable?
  true
end