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.



309
310
311
# File 'lib/embulk/guess/time_format_guess.rb', line 309

def initialize(format)
  @format = format
end

Instance Attribute Details

#formatObject (readonly)

Returns the value of attribute format.



313
314
315
# File 'lib/embulk/guess/time_format_guess.rb', line 313

def format
  @format
end

Instance Method Details

#merge!(another_in_group) ⇒ Object



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

def merge!(another_in_group)
end

#mergeable_groupObject



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

def mergeable_group
  @format
end