Class: Enconvert::V2::WatcherList

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

Instance Attribute Summary collapse

Instance Attribute Details

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



121
122
123
# File 'lib/enconvert/v2_results.rb', line 121

def has_more
  @has_more
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



121
122
123
# File 'lib/enconvert/v2_results.rb', line 121

def limit
  @limit
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



121
122
123
# File 'lib/enconvert/v2_results.rb', line 121

def skip
  @skip
end

#watchersObject

Returns the value of attribute watchers

Returns:

  • (Object)

    the current value of watchers



121
122
123
# File 'lib/enconvert/v2_results.rb', line 121

def watchers
  @watchers
end