Class: Trailblazer::Pro::Session::Uninitialized
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Pro::Session::Uninitialized
- Defined in:
- lib/trailblazer/pro/session.rb
Overview
.trace_guards = Pro::Trace::Decision.new([->(*) { [Trace::Wtf, {}] }]) # always use Pro web/CLI tracing per default.
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#trailblazer_pro_host ⇒ Object
Returns the value of attribute trailblazer_pro_host.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
14 15 16 |
# File 'lib/trailblazer/pro/session.rb', line 14 def api_key @api_key end |
#trailblazer_pro_host ⇒ Object
Returns the value of attribute trailblazer_pro_host
14 15 16 |
# File 'lib/trailblazer/pro/session.rb', line 14 def trailblazer_pro_host @trailblazer_pro_host end |