Class: Seam::Resources::NoiseThreshold
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::NoiseThreshold
- Defined in:
- lib/seam/routes/resources/noise_threshold.rb
Instance Attribute Summary collapse
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#ends_daily_at ⇒ Object
Returns the value of attribute ends_daily_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#noise_threshold_decibels ⇒ Object
Returns the value of attribute noise_threshold_decibels.
-
#noise_threshold_id ⇒ Object
Returns the value of attribute noise_threshold_id.
-
#noise_threshold_nrs ⇒ Object
Returns the value of attribute noise_threshold_nrs.
-
#starts_daily_at ⇒ Object
Returns the value of attribute starts_daily_at.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#device_id ⇒ Object
Returns the value of attribute device_id.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def device_id @device_id end |
#ends_daily_at ⇒ Object
Returns the value of attribute ends_daily_at.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def ends_daily_at @ends_daily_at end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def name @name end |
#noise_threshold_decibels ⇒ Object
Returns the value of attribute noise_threshold_decibels.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def noise_threshold_decibels @noise_threshold_decibels end |
#noise_threshold_id ⇒ Object
Returns the value of attribute noise_threshold_id.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def noise_threshold_id @noise_threshold_id end |
#noise_threshold_nrs ⇒ Object
Returns the value of attribute noise_threshold_nrs.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def noise_threshold_nrs @noise_threshold_nrs end |
#starts_daily_at ⇒ Object
Returns the value of attribute starts_daily_at.
6 7 8 |
# File 'lib/seam/routes/resources/noise_threshold.rb', line 6 def starts_daily_at @starts_daily_at end |