Class: Oos4ruby::Service

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(xml) ⇒ Service

Returns a new instance of Service.



7
8
9
# File 'lib/oos4ruby/service.rb', line 7

def initialize(xml)    
  @xml = xml
end

Instance Attribute Details

#xmlObject (readonly)

Returns the value of attribute xml.



5
6
7
# File 'lib/oos4ruby/service.rb', line 5

def xml
  @xml
end