Class: Soap::SoapAction

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/soap/soap_action.rb', line 3

def name
  @name
end

#parametersObject

Returns the value of attribute parameters.



3
4
5
# File 'lib/soap/soap_action.rb', line 3

def parameters
  @parameters
end

#soap_actionObject

Returns the value of attribute soap_action.



3
4
5
# File 'lib/soap/soap_action.rb', line 3

def soap_action
  @soap_action
end

Class Method Details

.parseObject



5
6
7
# File 'lib/soap/soap_action.rb', line 5

def self.parse()
	#TODO:parse from xml to SoapParamter object
end