Class: PackageInfo
- Inherits:
-
Struct
- Object
- Struct
- PackageInfo
- Defined in:
- lib/fastlane/plugin/shuttle/actions/shuttle_action.rb
Instance Attribute Summary collapse
-
#build_version ⇒ Object
Returns the value of attribute build_version.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#platform_id ⇒ Object
Returns the value of attribute platform_id.
-
#release_version ⇒ Object
Returns the value of attribute release_version.
Instance Attribute Details
#build_version ⇒ Object
Returns the value of attribute build_version
14 15 16 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14 def build_version @build_version end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14 def id @id end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14 def name @name end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14 def path @path end |
#platform_id ⇒ Object
Returns the value of attribute platform_id
14 15 16 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14 def platform_id @platform_id end |
#release_version ⇒ Object
Returns the value of attribute release_version
14 15 16 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14 def release_version @release_version end |