class CGIParty::Configuration

Attributes

collect_polling_delay[RW]
collect_polling_timeout[RW]
display_name[RW]
provider[R]
service_id[RW]
wsdl_path[RW]

Public Class Methods

new() click to toggle source
# File lib/cgi_party.rb, line 25
def initialize
  @collect_polling_timeout = 180
  @collect_polling_delay = 3
  @wsdl_path = WSDL_PATH
  @provider = "bankid"
end