Class: Trailblazer::Pro::Session::Uninitialized

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



14
15
16
# File 'lib/trailblazer/pro/session.rb', line 14

def api_key
  @api_key
end

#trailblazer_pro_hostObject

Returns the value of attribute trailblazer_pro_host

Returns:

  • (Object)

    the current value of trailblazer_pro_host



14
15
16
# File 'lib/trailblazer/pro/session.rb', line 14

def trailblazer_pro_host
  @trailblazer_pro_host
end