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.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
45 46 47 |
# File 'lib/editmode.rb', line 45 def access_token @access_token end |
#project_id ⇒ Object
Returns the value of attribute project_id.
46 47 48 |
# File 'lib/editmode.rb', line 46 def project_id @project_id end |
#variable ⇒ Object
Returns the value of attribute variable.
45 46 47 |
# File 'lib/editmode.rb', line 45 def variable @variable end |