Class: Drippings::Client::Drip

Inherits:
Struct
  • Object
show all
Defined in:
lib/drippings/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jobObject

Returns the value of attribute job

Returns:

  • (Object)

    the current value of job



3
4
5
# File 'lib/drippings/client.rb', line 3

def job
  @job
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/drippings/client.rb', line 3

def options
  @options
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



3
4
5
# File 'lib/drippings/client.rb', line 3

def scope
  @scope
end

#time_zoneObject

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



3
4
5
# File 'lib/drippings/client.rb', line 3

def time_zone
  @time_zone
end

#wait_untilObject

Returns the value of attribute wait_until

Returns:

  • (Object)

    the current value of wait_until



3
4
5
# File 'lib/drippings/client.rb', line 3

def wait_until
  @wait_until
end