Class: Fastlane::Helper::UnknownMetadataBlock
- Inherits:
-
MetadataBlock
- Object
- MetadataBlock
- Fastlane::Helper::UnknownMetadataBlock
- Defined in:
- lib/fastlane/plugin/wpmreleasetoolkit/helper/metadata/unknown_metadata_block.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.
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_path ⇒ Object (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 |