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
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def has_more @has_more end |
#limit ⇒ Object
Returns the value of attribute limit
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def limit @limit end |
#skip ⇒ Object
Returns the value of attribute skip
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def skip @skip end |
#watchers ⇒ Object
Returns the value of attribute watchers
121 122 123 |
# File 'lib/enconvert/v2_results.rb', line 121 def watchers @watchers end |