Class: ProblemDTO
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from BaseDTO
from_json, #from_json, #initialize
Constructor Details
This class inherits a constructor from BaseDTO
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail.
4 5 6 |
# File 'lib/models/problem_dto.rb', line 4 def detail @detail end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/models/problem_dto.rb', line 4 def status @status end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/models/problem_dto.rb', line 4 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/models/problem_dto.rb', line 4 def type @type end |