Class: Fastlane::Helper::Ios::StringsFileValidationHelper::State

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



10
11
12
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb', line 10

def buffer
  @buffer
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



10
11
12
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_strings_file_validation_helper.rb', line 10

def context
  @context
end

#found_keyObject

Returns the value of attribute found_key

Returns:

  • (Object)

    the current value of 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_ctxObject

Returns the value of attribute in_escaped_ctx

Returns:

  • (Object)

    the current value of 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