Class: Bobot::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def app_id
  @app_id
end

#app_secretObject

Returns the value of attribute app_secret.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def app_secret
  @app_secret
end

#asyncObject

Returns the value of attribute async.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def async
  @async
end

#commander_queue_nameObject

Returns the value of attribute commander_queue_name.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def commander_queue_name
  @commander_queue_name
end

#domainsObject

Returns the value of attribute domains.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def domains
  @domains
end

#pagesObject

Returns the value of attribute pages.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def pages
  @pages
end

#skip_codeObject

Returns the value of attribute skip_code.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def skip_code
  @skip_code
end

#verify_tokenObject

Returns the value of attribute verify_token.



3
4
5
# File 'lib/bobot/configuration.rb', line 3

def verify_token
  @verify_token
end