Class: Atmospheris::Iso5878::WindDerivedFields
- Inherits:
-
Struct
- Object
- Struct
- Atmospheris::Iso5878::WindDerivedFields
- Defined in:
- lib/atmospheris/iso5878.rb
Overview
--- Main API (legacy) ---
Instance Attribute Summary collapse
-
#percentiles ⇒ Object
Returns the value of attribute percentiles.
-
#sigma ⇒ Object
Returns the value of attribute sigma.
-
#vr ⇒ Object
Returns the value of attribute vr.
-
#vsc ⇒ Object
Returns the value of attribute vsc.
Instance Attribute Details
#percentiles ⇒ Object
Returns the value of attribute percentiles
118 119 120 |
# File 'lib/atmospheris/iso5878.rb', line 118 def percentiles @percentiles end |
#sigma ⇒ Object
Returns the value of attribute sigma
118 119 120 |
# File 'lib/atmospheris/iso5878.rb', line 118 def sigma @sigma end |
#vr ⇒ Object
Returns the value of attribute vr
118 119 120 |
# File 'lib/atmospheris/iso5878.rb', line 118 def vr @vr end |
#vsc ⇒ Object
Returns the value of attribute vsc
118 119 120 |
# File 'lib/atmospheris/iso5878.rb', line 118 def vsc @vsc end |