Class: Pluto::Model::Site
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Pluto::Model::Site
- Defined in:
- lib/pluto/models/site.rb
Instance Method Summary collapse
-
#fetched_at ⇒ Object
-
legacy attrib reader – remove!!!.
-
-
#name ⇒ Object
attribute reader aliases.
Instance Method Details
#fetched_at ⇒ Object
-
legacy attrib reader – remove!!!
16 |
# File 'lib/pluto/models/site.rb', line 16 def fetched_at() fetched; end |
#name ⇒ Object
attribute reader aliases
15 |
# File 'lib/pluto/models/site.rb', line 15 def name() title; end |