Module: Xinge

Defined in:
lib/xinge.rb,
lib/xinge/ios.rb,
lib/xinge/base.rb,
lib/xinge/android.rb,
lib/xinge/version.rb,
lib/xinge/notification.rb

Defined Under Namespace

Classes: Android, Base, Ios, Notification

Constant Summary collapse

VERSION =
"0.1.4"

Class Method Summary collapse

Class Method Details

.configObject



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

def config
  @xinge_config
end

.configure {|@xinge_config| ... } ⇒ Object

Yields:

  • (@xinge_config)


9
10
11
# File 'lib/xinge/base.rb', line 9

def configure
  yield @xinge_config if block_given?
end