Class: Renshuu::Presence

Inherits:
Model
  • Object
show all
Defined in:
lib/renshuu/models/presence.rb

Overview

Model class for term presence.

Defined Under Namespace

Classes: List, Schedule

Instance Attribute Summary collapse

Instance Attribute Details

#listsArray<List> (readonly)

Returns:



64
# File 'lib/renshuu/models/presence.rb', line 64

attribute(:lists, Types::Array.of(List).default { [] })

#schedsArray<Schedule> (readonly) Also known as: schedules

Returns:



38
# File 'lib/renshuu/models/presence.rb', line 38

attribute(:scheds, Types::Array.of(Schedule).default { [] })