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



112
113
114
# File 'lib/enconvert/v2_results.rb', line 112

def has_more
  @has_more
end

#jobsObject

Returns the value of attribute jobs

Returns:

  • (Object)

    the current value of jobs



112
113
114
# File 'lib/enconvert/v2_results.rb', line 112

def jobs
  @jobs
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



112
113
114
# File 'lib/enconvert/v2_results.rb', line 112

def limit
  @limit
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



112
113
114
# File 'lib/enconvert/v2_results.rb', line 112

def skip
  @skip
end