Class: Oos4ruby::Service
- Inherits:
-
Object
- Object
- Oos4ruby::Service
- Defined in:
- lib/oos4ruby/service.rb
Instance Attribute Summary collapse
-
#xml ⇒ Object
readonly
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize(xml) ⇒ Service
constructor
A new instance of Service.
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
#xml ⇒ Object (readonly)
Returns the value of attribute xml.
5 6 7 |
# File 'lib/oos4ruby/service.rb', line 5 def xml @xml end |