Class: Assessment::TransferRepoAttribute
- Inherits:
-
Struct
- Object
- Struct
- Assessment::TransferRepoAttribute
- Defined in:
- backend/app/model/assessment.rb
Overview
Represents a repository-scoped attribute that we’re going to try to find a match for in the target repository when transferring or cloning an assessment.
Instance Attribute Summary collapse
-
#definition_id ⇒ Object
Returns the value of attribute definition_id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#note ⇒ Object
Returns the value of attribute note.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#definition_id ⇒ Object
Returns the value of attribute definition_id
48 49 50 |
# File 'backend/app/model/assessment.rb', line 48 def definition_id @definition_id end |
#label ⇒ Object
Returns the value of attribute label
48 49 50 |
# File 'backend/app/model/assessment.rb', line 48 def label @label end |
#note ⇒ Object
Returns the value of attribute note
48 49 50 |
# File 'backend/app/model/assessment.rb', line 48 def note @note end |
#type ⇒ Object
Returns the value of attribute type
48 49 50 |
# File 'backend/app/model/assessment.rb', line 48 def type @type end |
#value ⇒ Object
Returns the value of attribute value
48 49 50 |
# File 'backend/app/model/assessment.rb', line 48 def value @value end |