Class: Assistor::Configuration
- Inherits:
-
Object
- Object
- Assistor::Configuration
- Defined in:
- lib/assistor/configuration.rb
Instance Attribute Summary collapse
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#id ⇒ Object
Returns the value of attribute id.
-
#log_file ⇒ Object
Returns the value of attribute log_file.
-
#pid_file ⇒ Object
Returns the value of attribute pid_file.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#delay ⇒ Object
Returns the value of attribute delay.
3 4 5 |
# File 'lib/assistor/configuration.rb', line 3 def delay @delay end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/assistor/configuration.rb', line 3 def id @id end |
#log_file ⇒ Object
Returns the value of attribute log_file.
4 5 6 |
# File 'lib/assistor/configuration.rb', line 4 def log_file @log_file end |
#pid_file ⇒ Object
Returns the value of attribute pid_file.
4 5 6 |
# File 'lib/assistor/configuration.rb', line 4 def pid_file @pid_file end |
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/assistor/configuration.rb', line 3 def size @size end |