Module: Passbook

Defined in:
lib/passbook.rb,
lib/passbook/pkpass.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

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Passbook)

    the object that the method was called on



10
11
12
# File 'lib/passbook.rb', line 10

def self.configure
  yield self
end