Class: Enconvert::V2::IngestJobList
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::IngestJobList
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#jobs ⇒ Object
Returns the value of attribute jobs.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#skip ⇒ Object
Returns the value of attribute skip.
Instance Attribute Details
#has_more ⇒ Object
Returns the value of attribute has_more
98 99 100 |
# File 'lib/enconvert/v2_results.rb', line 98 def has_more @has_more end |
#jobs ⇒ Object
Returns the value of attribute jobs
98 99 100 |
# File 'lib/enconvert/v2_results.rb', line 98 def jobs @jobs end |
#limit ⇒ Object
Returns the value of attribute limit
98 99 100 |
# File 'lib/enconvert/v2_results.rb', line 98 def limit @limit end |
#skip ⇒ Object
Returns the value of attribute skip
98 99 100 |
# File 'lib/enconvert/v2_results.rb', line 98 def skip @skip end |