Class: AtomSmasher::Feed
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AtomSmasher::Feed
- Defined in:
- app/models/atom_smasher/feed.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#title ⇒ Object (readonly)
Returns the value of attribute title.
5 6 7 |
# File 'app/models/atom_smasher/feed.rb', line 5 def title @title end |