module FamilyappSdk

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/familyapp_sdk.rb, line 12
def configure
  yield(config)
end
reset() click to toggle source
# File lib/familyapp_sdk.rb, line 16
def reset
  @config = Configuration.new
end