Class: TopLists
- Inherits:
-
Object
- Object
- TopLists
- Includes:
- ActiveModel::Serialization
- Defined in:
- app/models/top_lists.rb
Instance Attribute Summary collapse
-
#draft ⇒ Object
Returns the value of attribute draft.
-
#draft_key ⇒ Object
Returns the value of attribute draft_key.
-
#draft_sequence ⇒ Object
Returns the value of attribute draft_sequence.
Instance Attribute Details
#draft ⇒ Object
Returns the value of attribute draft.
6 7 8 |
# File 'app/models/top_lists.rb', line 6 def draft @draft end |
#draft_key ⇒ Object
Returns the value of attribute draft_key.
6 7 8 |
# File 'app/models/top_lists.rb', line 6 def draft_key @draft_key end |
#draft_sequence ⇒ Object
Returns the value of attribute draft_sequence.
6 7 8 |
# File 'app/models/top_lists.rb', line 6 def draft_sequence @draft_sequence end |