Class: ButterCMS::Parsers::AuthorObject
- Inherits:
-
Object
- Object
- ButterCMS::Parsers::AuthorObject
- Defined in:
- lib/butter_cms/parsers/author_object.rb
Class Method Summary collapse
-
.call(author) ⇒ ButterCMS::Author
Returns the new instance of author object from the given attributes.
Class Method Details
.call(author) ⇒ ButterCMS::Author
Returns the new instance of author object from the given attributes
7 8 9 |
# File 'lib/butter_cms/parsers/author_object.rb', line 7 def self.call() ::ButterCMS::Author.new() end |