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