Class: VORuby::STC::V1_10::Region::AllSky

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

Overview

AllSky is just a convenience, meaning no bounds

Instance Attribute Summary

Attributes inherited from RegionType

#note

Instance Method Summary collapse

Methods inherited from RegionType

#==, #fill_factor, #fill_factor=, from_xml, #initialize

Methods included from SerializableToXml

#element

Constructor Details

This class inherits a constructor from VORuby::STC::V1_10::Region::RegionType

Instance Method Details

#to_sObject



189
190
191
# File 'lib/voruby/stc/1.10/region.rb', line 189

def to_s
  "ALLSKY"
end

#to_xml(name = nil) ⇒ Object



184
185
186
187
# File 'lib/voruby/stc/1.10/region.rb', line 184

def to_xml(name=nil)
  el = super(name)
  el
end