Class: KML::Container
Overview
A Container is an abstract base class that holds one or more Features and allows the creation of nested hierarchies.
Instance Attribute Summary collapse
-
#features ⇒ Object
Get the features in the container.
Attributes inherited from Feature
#address, #address_details, #description, #look_at, #metadata, #name, #phone_number, #region, #snippet, #style_selector, #style_url, #time_primitive
Attributes inherited from Object
Method Summary
Methods inherited from Feature
#open, #open=, #open?, #render, #visibility, #visibility=, #visibility?
Methods inherited from Object
Constructor Details
This class inherits a constructor from KML::Object
Instance Attribute Details
#features ⇒ Object
Get the features in the container
6 7 8 |
# File 'lib/kml/container.rb', line 6 def features @features end |