Class: Tracksperanto::Import::MatchMoverRZML
- Defined in:
- lib/import/match_mover_rzml.rb
Defined Under Namespace
Classes: Listener
Instance Attribute Summary
Attributes inherited from Base
#height, #io, #progress_block, #width
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
inherited, known_snags, #report_progress
Methods included from BlockInit
Methods included from ZipTuples
Methods included from ConstName
Methods included from Safety
Methods included from Casts
#cast_to_bool, #cast_to_float, #cast_to_int, #cast_to_string
Class Method Details
.autodetects_size? ⇒ Boolean
5 6 7 |
# File 'lib/import/match_mover_rzml.rb', line 5 def self.autodetects_size? true end |
.distinct_file_ext ⇒ Object
13 14 15 |
# File 'lib/import/match_mover_rzml.rb', line 13 def self.distinct_file_ext ".rzml" end |
.human_name ⇒ Object
9 10 11 |
# File 'lib/import/match_mover_rzml.rb', line 9 def self.human_name "MatchMover RZML .rzml file" end |