Class: Library
- Inherits:
-
Object
- Object
- Library
- Defined in:
- lib/fastlane/plugin/moss/actions/moss_action.rb
constant other collapse
-
#commitish ⇒ Object
Returns the value of attribute commitish.
-
#frameworks ⇒ Object
Returns the value of attribute frameworks.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#commitish ⇒ Object
Returns the value of attribute commitish.
380 381 382 |
# File 'lib/fastlane/plugin/moss/actions/moss_action.rb', line 380 def commitish @commitish end |
#frameworks ⇒ Object
Returns the value of attribute frameworks.
380 381 382 |
# File 'lib/fastlane/plugin/moss/actions/moss_action.rb', line 380 def frameworks @frameworks end |
#name ⇒ Object
Returns the value of attribute name.
380 381 382 |
# File 'lib/fastlane/plugin/moss/actions/moss_action.rb', line 380 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
380 381 382 |
# File 'lib/fastlane/plugin/moss/actions/moss_action.rb', line 380 def version @version end |