Class: Beachcomber::WatchEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/beachcomber/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#age_msObject

Returns the value of attribute age_ms

Returns:

  • (Object)

    the current value of age_ms



15
16
17
# File 'lib/beachcomber/types.rb', line 15

def age_ms
  @age_ms
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



15
16
17
# File 'lib/beachcomber/types.rb', line 15

def data
  @data
end

#staleObject

Returns the value of attribute stale

Returns:

  • (Object)

    the current value of stale



15
16
17
# File 'lib/beachcomber/types.rb', line 15

def stale
  @stale
end