Class: Omniva::API::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/omniva/api/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



4
5
6
7
# File 'lib/omniva/api/configuration.rb', line 4

def initialize
  self.wsdl = nil
  self.key = nil
end

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#wsdlObject

Returns the value of attribute wsdl

Returns:

  • (Object)

    the current value of wsdl



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

def wsdl
  @wsdl
end