Class: Enconvert::V2::WatcherSnapshotList

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



142
143
144
# File 'lib/enconvert/v2_results.rb', line 142

def limit
  @limit
end

#snapshotsObject

Returns the value of attribute snapshots

Returns:

  • (Object)

    the current value of snapshots



142
143
144
# File 'lib/enconvert/v2_results.rb', line 142

def snapshots
  @snapshots
end

#watcher_idObject

Returns the value of attribute watcher_id

Returns:

  • (Object)

    the current value of watcher_id



142
143
144
# File 'lib/enconvert/v2_results.rb', line 142

def watcher_id
  @watcher_id
end