class AppStoreLookup::AppImage

Attributes

url[R]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/app_store_lookup.rb, line 55
def initialize(attributes = {})
        @url = attributes[:url]
end