Class: Enconvert::V2::WatcherSnapshotList
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::WatcherSnapshotList
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#snapshots ⇒ Object
Returns the value of attribute snapshots.
-
#watcher_id ⇒ Object
Returns the value of attribute watcher_id.
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit
128 129 130 |
# File 'lib/enconvert/v2_results.rb', line 128 def limit @limit end |
#snapshots ⇒ Object
Returns the value of attribute snapshots
128 129 130 |
# File 'lib/enconvert/v2_results.rb', line 128 def snapshots @snapshots end |
#watcher_id ⇒ Object
Returns the value of attribute watcher_id
128 129 130 |
# File 'lib/enconvert/v2_results.rb', line 128 def watcher_id @watcher_id end |