Class: Jumbotron::Public::Season

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/public.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ends_onObject (readonly)

Returns the value of attribute ends_on

Returns:

  • (Object)

    the current value of ends_on



9
10
11
# File 'app/models/jumbotron/public.rb', line 9

def ends_on
  @ends_on
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'app/models/jumbotron/public.rb', line 9

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'app/models/jumbotron/public.rb', line 9

def name
  @name
end

#starts_onObject (readonly)

Returns the value of attribute starts_on

Returns:

  • (Object)

    the current value of starts_on



9
10
11
# File 'app/models/jumbotron/public.rb', line 9

def starts_on
  @starts_on
end