class Applinks::Builder::AppBlock

Attributes

app_name[R]
versioned[R]

Public Class Methods

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