class PlayStoreInfo::InvalidStoreLink
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/play_store_info/errors.rb, line 5 def initialize store_link = 'https://play.google.com/store/apps/details?id=com.your.app&hl=en'.freeze super "URL should look like '#{store_link}'" end