Class: DynoscaleRuby::Measurement

Inherits:
Struct
  • Object
show all
Defined in:
lib/dynoscale_ruby/measurement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



2
3
4
# File 'lib/dynoscale_ruby/measurement.rb', line 2

def 
  @metadata
end

#metricObject

Returns the value of attribute metric

Returns:

  • (Object)

    the current value of metric



2
3
4
# File 'lib/dynoscale_ruby/measurement.rb', line 2

def metric
  @metric
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



2
3
4
# File 'lib/dynoscale_ruby/measurement.rb', line 2

def source
  @source
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



2
3
4
# File 'lib/dynoscale_ruby/measurement.rb', line 2

def timestamp
  @timestamp
end