Class: Bobot::Configuration
- Inherits:
-
Object
- Object
- Bobot::Configuration
- Defined in:
- lib/bobot/configuration.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#async ⇒ Object
Returns the value of attribute async.
-
#commander_queue_name ⇒ Object
Returns the value of attribute commander_queue_name.
-
#domains ⇒ Object
Returns the value of attribute domains.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#skip_code ⇒ Object
Returns the value of attribute skip_code.
-
#verify_token ⇒ Object
Returns the value of attribute verify_token.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def app_id @app_id end |
#app_secret ⇒ Object
Returns the value of attribute app_secret.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def app_secret @app_secret end |
#async ⇒ Object
Returns the value of attribute async.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def async @async end |
#commander_queue_name ⇒ Object
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 |
#domains ⇒ Object
Returns the value of attribute domains.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def domains @domains end |
#pages ⇒ Object
Returns the value of attribute pages.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def pages @pages end |
#skip_code ⇒ Object
Returns the value of attribute skip_code.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def skip_code @skip_code end |
#verify_token ⇒ Object
Returns the value of attribute verify_token.
3 4 5 |
# File 'lib/bobot/configuration.rb', line 3 def verify_token @verify_token end |