Class: RevisioneerRails::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token

Returns:

  • (Object)

    the current value of api_token



6
7
8
# File 'lib/revisioneer_rails.rb', line 6

def api_token
  @api_token
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/revisioneer_rails.rb', line 6

def url
  @url
end