Class: Pandarus::ContentMigration

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/pandarus/models/content_migration.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_migration.rb', line 6

def attachment
  @attachment
end

#finished_atObject

Returns the value of attribute finished_at.



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

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#migration_issues_urlObject

Returns the value of attribute migration_issues_url.



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

def migration_issues_url
  @migration_issues_url
end

#migration_typeObject

Returns the value of attribute migration_type.



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

def migration_type
  @migration_type
end

#migration_type_titleObject

Returns the value of attribute migration_type_title.



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

def migration_type_title
  @migration_type_title
end

#pre_attachmentObject

Returns the value of attribute pre_attachment.



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

def pre_attachment
  @pre_attachment
end

#progress_urlObject

Returns the value of attribute progress_url.



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

def progress_url
  @progress_url
end

#started_atObject

Returns the value of attribute started_at.



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

def started_at
  @started_at
end

#user_idObject

Returns the value of attribute user_id.



6
7
8
# File 'lib/pandarus/models/content_migration.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_migration.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
21
22
23
24
# File 'lib/pandarus/models/content_migration.rb', line 9

def self.attribute_map
  {
    :id => {:external => "id", :container => false, :type => "Integer"},
    :migration_type => {:external => "migration_type", :container => false, :type => "String"},
    :migration_type_title => {:external => "migration_type_title", :container => false, :type => "String"},
    :migration_issues_url => {:external => "migration_issues_url", :container => false, :type => "String"},
    :attachment => {:external => "attachment", :container => false, :type => "String"},
    :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"},
    :started_at => {:external => "started_at", :container => false, :type => "DateTime"},
    :finished_at => {:external => "finished_at", :container => false, :type => "DateTime"},
    :pre_attachment => {:external => "pre_attachment", :container => false, :type => "String"}

  }
end