Class: DynoscaleRuby::Measurement
- Inherits:
-
Struct
- Object
- Struct
- DynoscaleRuby::Measurement
- Defined in:
- lib/dynoscale_ruby/measurement.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#metric ⇒ Object
Returns the value of attribute metric.
-
#source ⇒ Object
Returns the value of attribute source.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
2 3 4 |
# File 'lib/dynoscale_ruby/measurement.rb', line 2 def @metadata end |
#metric ⇒ Object
Returns the value of attribute metric
2 3 4 |
# File 'lib/dynoscale_ruby/measurement.rb', line 2 def metric @metric end |
#source ⇒ Object
Returns the value of attribute source
2 3 4 |
# File 'lib/dynoscale_ruby/measurement.rb', line 2 def source @source end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
2 3 4 |
# File 'lib/dynoscale_ruby/measurement.rb', line 2 def @timestamp end |