Class: RwikiLinks::GetAuthor
- Inherits:
-
Object
- Object
- RwikiLinks::GetAuthor
- Defined in:
- lib/rwiki_links/get_author.rb
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(page, website) ⇒ GetAuthor
constructor
A new instance of GetAuthor.
Constructor Details
#initialize(page, website) ⇒ GetAuthor
Returns a new instance of GetAuthor.
7 8 9 10 |
# File 'lib/rwiki_links/get_author.rb', line 7 def initialize(page, website) @page = page @website = website end |
Class Method Details
.call ⇒ Object
5 |
# File 'lib/rwiki_links/get_author.rb', line 5 def self.call(...) = new(...).call |
Instance Method Details
#call ⇒ Object
12 13 14 |
# File 'lib/rwiki_links/get_author.rb', line 12 def call end |