Class: CloudConvert::Job

Inherits:
Entity show all
Defined in:
lib/cloudconvert/job.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Entity

collection, result

Methods inherited from Base

attr_reader, collection_attr_reader, #initialize, object_attr_reader, predicate_attr_reader, struct_attr_reader, symbol_attr_reader, time_attr_reader

Constructor Details

This class inherits a constructor from CloudConvert::Base

Instance Attribute Details

#idString (readonly)

Returns:

  • (String)


4
5
6
# File 'lib/cloudconvert/job.rb', line 4

def id
  @id
end

#tagString (readonly)

Returns:

  • (String)


4
5
6
# File 'lib/cloudconvert/job.rb', line 4

def tag
  @tag
end

Instance Method Details

#created_atTime

Returns:

  • (Time)


16
# File 'lib/cloudconvert/job.rb', line 16

time_attr_reader :created_at, :started_at, :ended_at

Returns:

  • (OpenStruct)


13
# File 'lib/cloudconvert/job.rb', line 13

struct_attr_reader :links

#statusSymbol

Returns:

  • (Symbol)


7
# File 'lib/cloudconvert/job.rb', line 7

symbol_attr_reader :status