module Haipa::Client::Common::Default
Public Class Methods
client_id()
click to toggle source
client_key_file()
click to toggle source
identity_endpoint()
click to toggle source
options()
click to toggle source
Configuration options. @return [Hash] Configuration options.
# File lib/haipa_rest/common/default.rb, line 37 def options Hash[Haipa::Client::Common::Configurable.keys.map { |key| [key, send(key)]}] end