Class: Jumbotron::Canonical::ScheduleGroupInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::ScheduleGroupInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def number @number end |