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

Returns a new instance of SimpleMatch.



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

def initialize(format)
  @format = format
end

Instance Attribute Details

#formatObject (readonly)

Returns the value of attribute format.



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

def format
  @format
end

Instance Method Details

#merge!(another_in_group) ⇒ Object



327
328
# File 'lib/embulk/guess/time_format_guess.rb', line 327

def merge!(another_in_group)
end

#mergeable_groupObject



323
324
325
# File 'lib/embulk/guess/time_format_guess.rb', line 323

def mergeable_group
  @format
end