Class: VORuby::STC::V1_10::Region::AllSky
- Inherits:
-
RegionType
- Object
- RegionType
- VORuby::STC::V1_10::Region::AllSky
- 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
Instance Method Summary collapse
Methods inherited from RegionType
#==, #fill_factor, #fill_factor=, from_xml, #initialize
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_10::Region::RegionType
Instance Method Details
#to_s ⇒ Object
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 |