class Maimailog::Data::Detail

詳細データ

Attributes

date[RW]
difficulty[RW]
judge[RW]
name[RW]
score[RW]

Public Class Methods

new() click to toggle source
# File lib/maimailog/data/detail.rb, line 55
def initialize
  @date = nil
  @difficulty = nil
  @name = nil
  @judge = Judge.new
  @score = Score.new
end