class Contents
Public Class Methods
new(contents)
click to toggle source
# File lib/employees/sos/contents.rb, line 5 def initialize(contents) @contents = contents end
Public Instance Methods
featureOfInterestType()
click to toggle source
# File lib/employees/sos/contents.rb, line 34 def featureOfInterestType end
get(offerings)
click to toggle source
# File lib/employees/sos/contents.rb, line 14 def get(offerings) offerings.map { |offering| SWES::Offering.new(offering) } end
observableProperty()
click to toggle source
# File lib/employees/sos/contents.rb, line 22 def observableProperty end
observationType()
click to toggle source
# File lib/employees/sos/contents.rb, line 38 def observationType end
offerings()
click to toggle source
# File lib/employees/sos/contents.rb, line 9 def offerings offerings = @contents.xpath("//swes:offering") @offering = @offering || get(offerings) || [] end
procedureDescriptionFormat()
click to toggle source
# File lib/employees/sos/contents.rb, line 18 def procedureDescriptionFormat end
responseFormat()
click to toggle source
# File lib/employees/sos/contents.rb, line 30 def responseFormat end