Class: Tracksperanto::Import::ShakeScript::Sentinel

Inherits:
Object
  • Object
show all
Defined in:
lib/import/shake_script.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#progress_procObject

Returns the value of attribute progress_proc.



31
32
33
# File 'lib/import/shake_script.rb', line 31

def progress_proc
  @progress_proc
end

#start_frameObject

Returns the value of attribute start_frame.



31
32
33
# File 'lib/import/shake_script.rb', line 31

def start_frame
  @start_frame
end

#tracker_procObject

Returns the value of attribute tracker_proc.



31
32
33
# File 'lib/import/shake_script.rb', line 31

def tracker_proc
  @tracker_proc
end