Class: Fastlane::Helper::Ios::StringsFileValidationHelper::State
- Inherits:
-
Struct
- Object
- Struct
- Fastlane::Helper::Ios::StringsFileValidationHelper::State
- Defined in:
- lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb
Overview
context can be one of:
:root, :maybe_comment_start, :in_line_comment, :in_block_comment,
:maybe_block_comment_end, :in_quoted_key,
:after_quoted_key_before_eq, :after_quoted_key_and_equal,
:in_quoted_value, :after_quoted_value
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#context ⇒ Object
Returns the value of attribute context.
-
#found_key ⇒ Object
Returns the value of attribute found_key.
-
#in_escaped_ctx ⇒ Object
Returns the value of attribute in_escaped_ctx.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
10 11 12 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb', line 10 def buffer @buffer end |
#context ⇒ Object
Returns the value of attribute context
10 11 12 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb', line 10 def context @context end |
#found_key ⇒ Object
Returns the value of attribute found_key
10 11 12 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb', line 10 def found_key @found_key end |
#in_escaped_ctx ⇒ Object
Returns the value of attribute in_escaped_ctx
10 11 12 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb', line 10 def in_escaped_ctx @in_escaped_ctx end |