Class: Enconvert::V2::WatcherList
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::WatcherList
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#watchers ⇒ Object
Returns the value of attribute watchers.
Instance Attribute Details
#has_more ⇒ Object
Returns the value of attribute has_more
135 136 137 |
# File 'lib/enconvert/v2_results.rb', line 135 def has_more @has_more end |
#limit ⇒ Object
Returns the value of attribute limit
135 136 137 |
# File 'lib/enconvert/v2_results.rb', line 135 def limit @limit end |
#skip ⇒ Object
Returns the value of attribute skip
135 136 137 |
# File 'lib/enconvert/v2_results.rb', line 135 def skip @skip end |
#watchers ⇒ Object
Returns the value of attribute watchers
135 136 137 |
# File 'lib/enconvert/v2_results.rb', line 135 def watchers @watchers end |