Module: Passbook

Defined in:
lib/passbook2.rb,
lib/passbook/pkpass.rb,
lib/passbook/signer.rb,
lib/passbook/version.rb,
lib/passbook/pk_multi_pass.rb,
lib/passbook/push_notification.rb

Defined Under Namespace

Classes: PKMultiPass, PKPass, PushNotification, Signer

Constant Summary collapse

VERSION =
"1.0.0"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Passbook)

    the object that the method was called on



18
19
20
# File 'lib/passbook2.rb', line 18

def self.configure
  yield self
end