Class: Source::Illiad::Config
- Inherits:
-
Object
- Object
- Source::Illiad::Config
- Defined in:
- lib/nostos-source-illiad/config.rb
Instance Attribute Summary collapse
-
#db ⇒ Object
Returns the value of attribute db.
-
#number_of_days_to_poll ⇒ Object
Returns the value of attribute number_of_days_to_poll.
-
#webcirc ⇒ Object
Returns the value of attribute webcirc.
Instance Attribute Details
#db ⇒ Object
Returns the value of attribute db.
4 5 6 |
# File 'lib/nostos-source-illiad/config.rb', line 4 def db @db end |
#number_of_days_to_poll ⇒ Object
Returns the value of attribute number_of_days_to_poll.
4 5 6 |
# File 'lib/nostos-source-illiad/config.rb', line 4 def number_of_days_to_poll @number_of_days_to_poll end |
#webcirc ⇒ Object
Returns the value of attribute webcirc.
4 5 6 |
# File 'lib/nostos-source-illiad/config.rb', line 4 def webcirc @webcirc end |