Class: Fastlane::Helper::UnknownMetadataBlock

Inherits:
MetadataBlock show all
Defined in:
lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata/unknown_metadata_block.rb

Instance Attribute Summary collapse

Attributes inherited from MetadataBlock

#block_key

Instance Method Summary collapse

Methods inherited from MetadataBlock

#handle_line, #is_handler_for

Constructor Details

#initializeUnknownMetadataBlock

Returns a new instance of UnknownMetadataBlock.



8
9
10
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata/unknown_metadata_block.rb', line 8

def initialize
  super(nil)
end

Instance Attribute Details

#content_file_pathObject (readonly)

Returns the value of attribute content_file_path.



6
7
8
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata/unknown_metadata_block.rb', line 6

def content_file_path
  @content_file_path
end