Module: MerbMerchant::Billing::Integrations::Gestpay

Defined in:
lib/merb_merchant/billing/integrations/gestpay.rb,
lib/merb_merchant/billing/integrations/gestpay/common.rb,
lib/merb_merchant/billing/integrations/gestpay/helper.rb,
lib/merb_merchant/billing/integrations/gestpay/return.rb,
lib/merb_merchant/billing/integrations/gestpay/notification.rb

Defined Under Namespace

Modules: Common Classes: Helper, Notification, Return

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



22
23
24
# File 'lib/merb_merchant/billing/integrations/gestpay.rb', line 22

def self.notification(post)
  Notification.new(post)
end

.return(query_string) ⇒ Object



26
27
28
# File 'lib/merb_merchant/billing/integrations/gestpay.rb', line 26

def self.return(query_string)
  Return.new(query_string)
end

.service_urlObject



12
13
14
# File 'lib/merb_merchant/billing/integrations/gestpay.rb', line 12

def self.service_url
  @@service_url
end

.service_url=(service_url) ⇒ Object



16
17
18
# File 'lib/merb_merchant/billing/integrations/gestpay.rb', line 16

def self.service_url=(service_url)
  @@service_url = service_url
end