Class: Blogger::Article

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/blogger/article.rb

Instance Attribute Summary collapse

Instance Attribute Details

#author_nameObject

Returns the value of attribute author_name.



5
6
7
# File 'app/models/blogger/article.rb', line 5

def author_name
  @author_name
end