Class: Editmode::Configuration
- Inherits:
-
Object
- Object
- Editmode::Configuration
- Defined in:
- lib/editmode.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#log_level ⇒ Object
Returns the value of attribute log_level.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Method Summary collapse
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
58 59 60 |
# File 'lib/editmode.rb', line 58 def access_token @access_token end |
#log_level ⇒ Object
Returns the value of attribute log_level.
59 60 61 |
# File 'lib/editmode.rb', line 59 def log_level @log_level end |
#project_id ⇒ Object
Returns the value of attribute project_id.
59 60 61 |
# File 'lib/editmode.rb', line 59 def project_id @project_id end |
#variable ⇒ Object
Returns the value of attribute variable.
58 59 60 |
# File 'lib/editmode.rb', line 58 def variable @variable end |
Instance Method Details
#logger ⇒ Object
61 62 63 |
# File 'lib/editmode.rb', line 61 def logger @logger ||= Editmode::Logger.new end |