class Embulk::Guess::TimeFormatGuess::SimpleMatch
Attributes
format[R]
Public Class Methods
new(format)
click to toggle source
# File lib/embulk/guess/time_format_guess.rb, line 317 def initialize(format) @format = format end
Public Instance Methods
merge!(another_in_group)
click to toggle source
# File lib/embulk/guess/time_format_guess.rb, line 327 def merge!(another_in_group) end
mergeable_group()
click to toggle source
# File lib/embulk/guess/time_format_guess.rb, line 323 def mergeable_group @format end