Class: Embulk::Guess::TimeFormatGuess::SimpleMatch

Inherits:
Object
  • Object
show all
Defined in:
lib/embulk/guess/time_format_guess.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format) ⇒ SimpleMatch



311
312
313
# File 'lib/embulk/guess/time_format_guess.rb', line 311

def initialize(format)
  @format = format
end

Instance Attribute Details

#formatObject (readonly)

Returns the value of attribute format.



315
316
317
# File 'lib/embulk/guess/time_format_guess.rb', line 315

def format
  @format
end

Instance Method Details

#merge!(another_in_group) ⇒ Object



321
322
# File 'lib/embulk/guess/time_format_guess.rb', line 321

def merge!(another_in_group)
end

#mergeable_groupObject



317
318
319
# File 'lib/embulk/guess/time_format_guess.rb', line 317

def mergeable_group
  @format
end