Class: ProblemDTO

Inherits:
BaseDTO show all
Defined in:
lib/models/problem_dto.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseDTO

from_json, #from_json, #initialize

Constructor Details

This class inherits a constructor from BaseDTO

Instance Attribute Details

#detailObject

Returns the value of attribute detail.



4
5
6
# File 'lib/models/problem_dto.rb', line 4

def detail
  @detail
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/models/problem_dto.rb', line 4

def status
  @status
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/models/problem_dto.rb', line 4

def title
  @title
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/models/problem_dto.rb', line 4

def type
  @type
end