class Applinks::Builder::IOSBlock

Attributes

app_store_id[R]

Public Class Methods

new(hsh, versioned) click to toggle source
Calls superclass method Applinks::Builder::AppBlock::new
# File lib/applinks/builder.rb, line 98
def initialize hsh, versioned
  super
  @app_store_id = hsh[:app_store_id] if hsh.has_key?(:app_store_id)
end

Public Instance Methods

valid?() click to toggle source
# File lib/applinks/builder.rb, line 103
def valid?
  !@url.nil?
end