Class: Pandarus::MigrationIssue
- Defined in:
- lib/pandarus/models/migration_issue.rb
Instance Attribute Summary collapse
-
#content_migration_url ⇒ Object
Returns the value of attribute content_migration_url.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#error_report_html_url ⇒ Object
Returns the value of attribute error_report_html_url.
-
#fix_issue_html_url ⇒ Object
Returns the value of attribute fix_issue_html_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#issue_type ⇒ Object
Returns the value of attribute issue_type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#workflow_state ⇒ Object
Returns the value of attribute workflow_state.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#content_migration_url ⇒ Object
Returns the value of attribute content_migration_url.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def content_migration_url @content_migration_url end |
#created_at ⇒ Object
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def description @description end |
#error_message ⇒ Object
Returns the value of attribute error_message.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def @error_message end |
#error_report_html_url ⇒ Object
Returns the value of attribute error_report_html_url.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def error_report_html_url @error_report_html_url end |
#fix_issue_html_url ⇒ Object
Returns the value of attribute fix_issue_html_url.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def fix_issue_html_url @fix_issue_html_url end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def id @id end |
#issue_type ⇒ Object
Returns the value of attribute issue_type.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def issue_type @issue_type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def updated_at @updated_at end |
#workflow_state ⇒ Object
Returns the value of attribute workflow_state.
6 7 8 |
# File 'lib/pandarus/models/migration_issue.rb', line 6 def workflow_state @workflow_state end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/pandarus/models/migration_issue.rb', line 9 def self.attribute_map { :id => {:external => "id", :container => false, :type => nil}, :content_migration_url => {:external => "content_migration_url", :container => false, :type => nil}, :description => {:external => "description", :container => false, :type => nil}, :workflow_state => {:external => "workflow_state", :container => false, :type => nil}, :fix_issue_html_url => {:external => "fix_issue_html_url", :container => false, :type => nil}, :issue_type => {:external => "issue_type", :container => false, :type => nil}, :error_report_html_url => {:external => "error_report_html_url", :container => false, :type => nil}, :error_message => {:external => "error_message", :container => false, :type => nil}, :created_at => {:external => "created_at", :container => false, :type => nil}, :updated_at => {:external => "updated_at", :container => false, :type => nil} } end |