Class: Pluto::Model::Site

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

Instance Method Summary collapse

Instance Method Details

#author_emailObject

alias(2) for email



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

def author_email() email;  end

#author_nameObject

alias(3) for author



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

def author_name() author;  end

#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

#ownerObject

alias(2) for author



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

def owner()       author;  end

#owner_emailObject

alias for email



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

def owner_email()  email;  end

#owner_nameObject

alias for author



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

def owner_name()  author;  end