Class: Jumbotron::Public::Season
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Public::Season
- Defined in:
- app/models/jumbotron/public.rb
Instance Attribute Summary collapse
-
#ends_on ⇒ Object
readonly
Returns the value of attribute ends_on.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#starts_on ⇒ Object
readonly
Returns the value of attribute starts_on.
Instance Attribute Details
#ends_on ⇒ Object (readonly)
Returns the value of attribute ends_on
9 10 11 |
# File 'app/models/jumbotron/public.rb', line 9 def ends_on @ends_on end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'app/models/jumbotron/public.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'app/models/jumbotron/public.rb', line 9 def name @name end |
#starts_on ⇒ Object (readonly)
Returns the value of attribute starts_on
9 10 11 |
# File 'app/models/jumbotron/public.rb', line 9 def starts_on @starts_on end |