Class: Jumbotron::Canonical::ScheduleGroupInput

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

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



19
20
21
# File 'app/models/jumbotron/canonical.rb', line 19

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'app/models/jumbotron/canonical.rb', line 19

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



19
20
21
# File 'app/models/jumbotron/canonical.rb', line 19

def number
  @number
end