Class: Drippings::Client::Drip
- Inherits:
-
Struct
- Object
- Struct
- Drippings::Client::Drip
- Defined in:
- lib/drippings/client.rb
Instance Attribute Summary collapse
-
#job ⇒ Object
Returns the value of attribute job.
-
#options ⇒ Object
Returns the value of attribute options.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#wait_until ⇒ Object
Returns the value of attribute wait_until.
Instance Attribute Details
#job ⇒ Object
Returns the value of attribute job
3 4 5 |
# File 'lib/drippings/client.rb', line 3 def job @job end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/drippings/client.rb', line 3 def @options end |
#scope ⇒ Object
Returns the value of attribute scope
3 4 5 |
# File 'lib/drippings/client.rb', line 3 def scope @scope end |
#time_zone ⇒ Object
Returns the value of attribute time_zone
3 4 5 |
# File 'lib/drippings/client.rb', line 3 def time_zone @time_zone end |
#wait_until ⇒ Object
Returns the value of attribute wait_until
3 4 5 |
# File 'lib/drippings/client.rb', line 3 def wait_until @wait_until end |