Class: BuildingSync::FenestrationSystemType::FenestrationType::Skylight
- Inherits:
-
Object
- Object
- BuildingSync::FenestrationSystemType::FenestrationType::Skylight
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Skylight http://buildingsync.net/schemas/bedes-auc/2019Skylight
skylightLayout - SOAP::SOAPString
assemblyType - SOAP::SOAPString
skylightPitch - BuildingSync::FenestrationSystemType::FenestrationType::Skylight::SkylightPitch
skylightWindowTreatments - SOAP::SOAPString
skylightSolarTube - SOAP::SOAPBoolean
Defined Under Namespace
Classes: SkylightPitch
Instance Attribute Summary collapse
-
#assemblyType ⇒ Object
Returns the value of attribute assemblyType.
-
#skylightLayout ⇒ Object
Returns the value of attribute skylightLayout.
-
#skylightPitch ⇒ Object
Returns the value of attribute skylightPitch.
-
#skylightSolarTube ⇒ Object
Returns the value of attribute skylightSolarTube.
-
#skylightWindowTreatments ⇒ Object
Returns the value of attribute skylightWindowTreatments.
Instance Method Summary collapse
-
#initialize(skylightLayout = nil, assemblyType = nil, skylightPitch = nil, skylightWindowTreatments = nil, skylightSolarTube = nil) ⇒ Skylight
constructor
A new instance of Skylight.
Constructor Details
#initialize(skylightLayout = nil, assemblyType = nil, skylightPitch = nil, skylightWindowTreatments = nil, skylightSolarTube = nil) ⇒ Skylight
Returns a new instance of Skylight.
13964 13965 13966 13967 13968 13969 13970 |
# File 'lib/BuildingSync.rb', line 13964 def initialize(skylightLayout = nil, assemblyType = nil, skylightPitch = nil, skylightWindowTreatments = nil, skylightSolarTube = nil) @skylightLayout = skylightLayout @assemblyType = assemblyType @skylightPitch = skylightPitch @skylightWindowTreatments = skylightWindowTreatments @skylightSolarTube = skylightSolarTube end |
Instance Attribute Details
#assemblyType ⇒ Object
Returns the value of attribute assemblyType.
13959 13960 13961 |
# File 'lib/BuildingSync.rb', line 13959 def assemblyType @assemblyType end |
#skylightLayout ⇒ Object
Returns the value of attribute skylightLayout.
13958 13959 13960 |
# File 'lib/BuildingSync.rb', line 13958 def skylightLayout @skylightLayout end |
#skylightPitch ⇒ Object
Returns the value of attribute skylightPitch.
13960 13961 13962 |
# File 'lib/BuildingSync.rb', line 13960 def skylightPitch @skylightPitch end |
#skylightSolarTube ⇒ Object
Returns the value of attribute skylightSolarTube.
13962 13963 13964 |
# File 'lib/BuildingSync.rb', line 13962 def skylightSolarTube @skylightSolarTube end |
#skylightWindowTreatments ⇒ Object
Returns the value of attribute skylightWindowTreatments.
13961 13962 13963 |
# File 'lib/BuildingSync.rb', line 13961 def skylightWindowTreatments @skylightWindowTreatments end |