Class: ShuttleApp
- Inherits:
-
Struct
- Object
- Struct
- ShuttleApp
- Defined in:
- lib/fastlane/plugin/shuttle/actions/shuttle_action.rb
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10 def id @id end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10 def name @name end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10 def path @path end |
#platform_id ⇒ Object
Returns the value of attribute platform_id
10 11 12 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10 def platform_id @platform_id end |