Class: Editmode::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



45
46
47
# File 'lib/editmode.rb', line 45

def access_token
  @access_token
end

#project_idObject

Returns the value of attribute project_id.



46
47
48
# File 'lib/editmode.rb', line 46

def project_id
  @project_id
end

#variableObject

Returns the value of attribute variable.



45
46
47
# File 'lib/editmode.rb', line 45

def variable
  @variable
end