Class: Smartfm::Base
- Inherits:
-
Object
show all
- Defined in:
- lib/smartfm/models/base.rb
Direct Known Subclasses
Item, Item::Cue, Item::Response, Like, List, List::Application, Notification, Sentence, User, User::Profile, User::Study, User::Study::Result, User::Study::TotalSummary
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.attributes ⇒ Object
3
|
# File 'lib/smartfm/models/base.rb', line 3
def self.attributes; self::ATTRIBUTES end
|
Instance Method Details
#attributes ⇒ Object
4
|
# File 'lib/smartfm/models/base.rb', line 4
def attributes; self.class.attributes end
|