Class: ReleaseInfo
- Inherits:
-
Struct
- Object
- Struct
- ReleaseInfo
- Defined in:
- lib/fastlane/plugin/shuttle/actions/shuttle_action.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
-
#commit_id ⇒ Object
Returns the value of attribute commit_id.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
Instance Attribute Details
#build ⇒ Object
Returns the value of attribute build
15 16 17 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15 def build @build end |
#commit_id ⇒ Object
Returns the value of attribute commit_id
15 16 17 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15 def commit_id @commit_id end |
#environment ⇒ Object
Returns the value of attribute environment
15 16 17 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15 def environment @environment end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes
15 16 17 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15 def notes @notes end |