Class: Pluto::Model::Site

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/pluto/models/site.rb

Instance Method Summary collapse

Instance Method Details

#fetched_atObject

  • legacy attrib reader – remove!!!



16
# File 'lib/pluto/models/site.rb', line 16

def fetched_at()  fetched;  end

#nameObject

attribute reader aliases



15
# File 'lib/pluto/models/site.rb', line 15

def name()        title;    end