Class: Raindrops::Watcher::Peak

Inherits:
Struct
  • Object
show all
Defined in:
lib/raindrops/watcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#firstObject

Returns the value of attribute first

Returns:

  • (Object)

    the current value of first



110
111
112
# File 'lib/raindrops/watcher.rb', line 110

def first
  @first
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



110
111
112
# File 'lib/raindrops/watcher.rb', line 110

def last
  @last
end