Class: Maimailog::Data::Detail
- Inherits:
-
Object
- Object
- Maimailog::Data::Detail
- Defined in:
- lib/maimailog/data/detail.rb
Overview
詳細データ
Defined Under Namespace
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#difficulty ⇒ Object
Returns the value of attribute difficulty.
-
#judge ⇒ Object
Returns the value of attribute judge.
-
#name ⇒ Object
Returns the value of attribute name.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Method Summary collapse
-
#initialize ⇒ Detail
constructor
A new instance of Detail.
Constructor Details
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
7 8 9 |
# File 'lib/maimailog/data/detail.rb', line 7 def date @date end |
#difficulty ⇒ Object
Returns the value of attribute difficulty.
7 8 9 |
# File 'lib/maimailog/data/detail.rb', line 7 def difficulty @difficulty end |
#judge ⇒ Object
Returns the value of attribute judge.
7 8 9 |
# File 'lib/maimailog/data/detail.rb', line 7 def judge @judge end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/maimailog/data/detail.rb', line 7 def name @name end |
#score ⇒ Object
Returns the value of attribute score.
7 8 9 |
# File 'lib/maimailog/data/detail.rb', line 7 def score @score end |