Class: Embulk::Guess::TimeFormatGuess::RegexpMatch

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) ⇒ RegexpMatch

Returns a new instance of RegexpMatch.



269
270
271
# File 'lib/embulk/guess/time_format_guess.rb', line 269

def initialize(format)
  @format
end

Instance Attribute Details

#format ⇒ Object (readonly)

Returns the value of attribute format.



273
274
275
# File 'lib/embulk/guess/time_format_guess.rb', line 273

def format
  @format
end

Instance Method Details

#merge!(another_in_group) ⇒ Object



279
280
# File 'lib/embulk/guess/time_format_guess.rb', line 279

def merge!(another_in_group)
end

#mergeable_group ⇒ Object



275
276
277
# File 'lib/embulk/guess/time_format_guess.rb', line 275

def mergeable_group
  @format
end