Class: Embulk::Guess::TimeFormatGuess::RegexpMatch
- Inherits:
-
Object
- Object
- Embulk::Guess::TimeFormatGuess::RegexpMatch
- Defined in:
- lib/embulk/guess/time_format_guess.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
readonly
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize(format) ⇒ RegexpMatch
constructor
A new instance of RegexpMatch.
- #merge!(another_in_group) ⇒ Object
- #mergeable_group ⇒ Object
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 |