Class: VORuby::STC::V1_10::STC::SpatialIntervalType

Inherits:
Object
  • Object
show all
Includes:
SerializableToXml
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

Parent type for spatial intervals

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Constructor Details

#initialize(options = {}) ⇒ SpatialIntervalType

Returns a new instance of SpatialIntervalType.



2030
2031
2032
# File 'lib/voruby/stc/1.10/stc.rb', line 2030

def initialize(options={})
  options.each { |key, value| send("#{key}=", value) }
end