Class: WebToPay::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/webtopay/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#project_idObject

Returns the value of attribute project_id.



3
4
5
# File 'lib/webtopay/configuration.rb', line 3

def project_id
  @project_id
end

#sign_passwordObject

Returns the value of attribute sign_password.



4
5
6
# File 'lib/webtopay/configuration.rb', line 4

def sign_password
  @sign_password
end