Module: Starwars::Fetcher::InstanceMethods
- Defined in:
- lib/starwars/fetcher.rb
Overview
Fetcher Methods to be included in every resource
Instance Method Summary collapse
-
#fetch ⇒ Object
Fetch a resouce give the resource name.
Instance Method Details
#fetch ⇒ Object
Fetch a resouce give the resource name
16 17 18 |
# File 'lib/starwars/fetcher.rb', line 16 def fetch super(resouces_name) end |