Class: Jumbotron::Public::ScheduleGroup

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'app/models/jumbotron/public.rb', line 11

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'app/models/jumbotron/public.rb', line 11

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'app/models/jumbotron/public.rb', line 11

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



11
12
13
# File 'app/models/jumbotron/public.rb', line 11

def number
  @number
end