Class: Pandarus::ContentExport

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/content_export.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#attachmentObject

Returns the value of attribute attachment.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def attachment
  @attachment
end

#created_atObject

Returns the value of attribute created_at.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def created_at
  @created_at
end

#export_typeObject

Returns the value of attribute export_type.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def export_type
  @export_type
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def id
  @id
end

#progress_urlObject

Returns the value of attribute progress_url.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def progress_url
  @progress_url
end

#user_idObject

Returns the value of attribute user_id.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def user_id
  @user_id
end

#workflow_stateObject

Returns the value of attribute workflow_state.



6
7
8
# File 'lib/pandarus/models/content_export.rb', line 6

def workflow_state
  @workflow_state
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/pandarus/models/content_export.rb', line 9

def self.attribute_map
  {
    :id => {:external => "id", :container => false, :type => "Integer"},
    :created_at => {:external => "created_at", :container => false, :type => "DateTime"},
    :export_type => {:external => "export_type", :container => false, :type => "String"},
    :attachment => {:external => "attachment", :container => false, :type => "File"},
    :progress_url => {:external => "progress_url", :container => false, :type => "String"},
    :user_id => {:external => "user_id", :container => false, :type => "Integer"},
    :workflow_state => {:external => "workflow_state", :container => false, :type => "String"}

  }
end