Class: Fastlane::Helper::UnknownMetadataBlock
- Inherits:
-
MetadataBlock
- Object
- MetadataBlock
- Fastlane::Helper::UnknownMetadataBlock
- Defined in:
- lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata_update_helper.rb,
lib/fastlane/plugin/wpmreleasetoolkit/helper/an_metadata_update_helper.rb
Instance Attribute Summary collapse
-
#content_file_path ⇒ Object
readonly
Returns the value of attribute content_file_path.
Attributes inherited from MetadataBlock
Instance Method Summary collapse
-
#initialize ⇒ UnknownMetadataBlock
constructor
A new instance of UnknownMetadataBlock.
Methods inherited from MetadataBlock
Constructor Details
#initialize ⇒ UnknownMetadataBlock
Returns a new instance of UnknownMetadataBlock.
23 24 25 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata_update_helper.rb', line 23 def initialize super(nil) end |
Instance Attribute Details
#content_file_path ⇒ Object (readonly)
Returns the value of attribute content_file_path.
21 22 23 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata_update_helper.rb', line 21 def content_file_path @content_file_path end |