Module: Passbook

Defined in:
lib/passbook.rb,
lib/passbook/pkpass.rb,
lib/passbook/signer.rb,
lib/passbook/version.rb,
lib/passbook/push_notification.rb,
lib/rails/generators/passbook/config/config_generator.rb

Defined Under Namespace

Modules: Generators Classes: PKPass, PushNotification, Signer

Constant Summary collapse

VERSION =
"0.4.2"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Passbook)

    the object that the method was called on



12
13
14
# File 'lib/passbook.rb', line 12

def self.configure
  yield self
end