Class: Scrapio::Resources::AppleAppStore
- Inherits:
-
Object
- Object
- Scrapio::Resources::AppleAppStore
- Defined in:
- lib/scrapio/resources/apple_app_store.rb
Instance Method Summary collapse
- #get_app(url) ⇒ Object
-
#initialize(http) ⇒ AppleAppStore
constructor
A new instance of AppleAppStore.
Constructor Details
#initialize(http) ⇒ AppleAppStore
Returns a new instance of AppleAppStore.
4 |
# File 'lib/scrapio/resources/apple_app_store.rb', line 4 def initialize(http) = @http = http |
Instance Method Details
#get_app(url) ⇒ Object
6 7 8 |
# File 'lib/scrapio/resources/apple_app_store.rb', line 6 def get_app(url) @http.get("/v1/apple-app-store/app", { url: url }) end |