Class: Editmode::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/editmode.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



58
59
60
# File 'lib/editmode.rb', line 58

def access_token
  @access_token
end

#log_levelObject

Returns the value of attribute log_level.



59
60
61
# File 'lib/editmode.rb', line 59

def log_level
  @log_level
end

#project_idObject

Returns the value of attribute project_id.



59
60
61
# File 'lib/editmode.rb', line 59

def project_id
  @project_id
end

#variableObject

Returns the value of attribute variable.



58
59
60
# File 'lib/editmode.rb', line 58

def variable
  @variable
end

Instance Method Details

#loggerObject



61
62
63
# File 'lib/editmode.rb', line 61

def logger
  @logger ||= Editmode::Logger.new
end