Class: ShuttleInstance
- Inherits:
-
Struct
- Object
- Struct
- ShuttleInstance
- Defined in:
- lib/fastlane/plugin/shuttle/actions/shuttle_action.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
9 10 11 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 9 def access_token @access_token end |
#base_url ⇒ Object
Returns the value of attribute base_url
9 10 11 |
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 9 def base_url @base_url end |