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



128
129
130
# File 'lib/enconvert/v2_results.rb', line 128

def limit
  @limit
end

#snapshotsObject

Returns the value of attribute snapshots

Returns:

  • (Object)

    the current value of snapshots



128
129
130
# File 'lib/enconvert/v2_results.rb', line 128

def snapshots
  @snapshots
end

#watcher_idObject

Returns the value of attribute watcher_id

Returns:

  • (Object)

    the current value of watcher_id



128
129
130
# File 'lib/enconvert/v2_results.rb', line 128

def watcher_id
  @watcher_id
end