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.



75
76
77
# File 'lib/editmode.rb', line 75

def access_token
  @access_token
end

#log_levelObject

Returns the value of attribute log_level.



76
77
78
# File 'lib/editmode.rb', line 76

def log_level
  @log_level
end

#preloadObject

Returns the value of attribute preload.



76
77
78
# File 'lib/editmode.rb', line 76

def preload
  @preload
end

#project_idObject

Returns the value of attribute project_id.



76
77
78
# File 'lib/editmode.rb', line 76

def project_id
  @project_id
end

#variableObject

Returns the value of attribute variable.



75
76
77
# File 'lib/editmode.rb', line 75

def variable
  @variable
end

Instance Method Details

#loggerObject



86
87
88
# File 'lib/editmode.rb', line 86

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