Class: Enconvert::V2::IngestJobList

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



98
99
100
# File 'lib/enconvert/v2_results.rb', line 98

def has_more
  @has_more
end

#jobsObject

Returns the value of attribute jobs

Returns:

  • (Object)

    the current value of jobs



98
99
100
# File 'lib/enconvert/v2_results.rb', line 98

def jobs
  @jobs
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



98
99
100
# File 'lib/enconvert/v2_results.rb', line 98

def limit
  @limit
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



98
99
100
# File 'lib/enconvert/v2_results.rb', line 98

def skip
  @skip
end