Class: BuildingSync::FenestrationSystemType::FenestrationType::Skylight

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#assemblyTypeObject

Returns the value of attribute assemblyType.



13959
13960
13961
# File 'lib/BuildingSync.rb', line 13959

def assemblyType
  @assemblyType
end

#skylightLayoutObject

Returns the value of attribute skylightLayout.



13958
13959
13960
# File 'lib/BuildingSync.rb', line 13958

def skylightLayout
  @skylightLayout
end

#skylightPitchObject

Returns the value of attribute skylightPitch.



13960
13961
13962
# File 'lib/BuildingSync.rb', line 13960

def skylightPitch
  @skylightPitch
end

#skylightSolarTubeObject

Returns the value of attribute skylightSolarTube.



13962
13963
13964
# File 'lib/BuildingSync.rb', line 13962

def skylightSolarTube
  @skylightSolarTube
end

#skylightWindowTreatmentsObject

Returns the value of attribute skylightWindowTreatments.



13961
13962
13963
# File 'lib/BuildingSync.rb', line 13961

def skylightWindowTreatments
  @skylightWindowTreatments
end