Class: Mellat::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



19
20
21
# File 'lib/mellat.rb', line 19

def initialize

end

Instance Attribute Details

#callBackUrlObject

Returns the value of attribute callBackUrl.



18
19
20
# File 'lib/mellat.rb', line 18

def callBackUrl
  @callBackUrl
end

#terminalIdObject

Returns the value of attribute terminalId.



18
19
20
# File 'lib/mellat.rb', line 18

def terminalId
  @terminalId
end

#userNameObject

Returns the value of attribute userName.



18
19
20
# File 'lib/mellat.rb', line 18

def userName
  @userName
end

#userPasswordObject

Returns the value of attribute userPassword.



18
19
20
# File 'lib/mellat.rb', line 18

def userPassword
  @userPassword
end

#wsdlObject

Returns the value of attribute wsdl.



18
19
20
# File 'lib/mellat.rb', line 18

def wsdl
  @wsdl
end