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.
-
#preload ⇒ Object
Returns the value of attribute preload.
-
#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.
75 76 77 |
# File 'lib/editmode.rb', line 75 def access_token @access_token end |
#log_level ⇒ Object
Returns the value of attribute log_level.
76 77 78 |
# File 'lib/editmode.rb', line 76 def log_level @log_level end |
#preload ⇒ Object
Returns the value of attribute preload.
76 77 78 |
# File 'lib/editmode.rb', line 76 def preload @preload end |
#project_id ⇒ Object
Returns the value of attribute project_id.
76 77 78 |
# File 'lib/editmode.rb', line 76 def project_id @project_id end |
#variable ⇒ Object
Returns the value of attribute variable.
75 76 77 |
# File 'lib/editmode.rb', line 75 def variable @variable end |