Class: Atmospheris::Iso5878::WindDerivedFields

Inherits:
Struct
  • Object
show all
Defined in:
lib/atmospheris/iso5878.rb

Overview

--- Main API (legacy) ---

Instance Attribute Summary collapse

Instance Attribute Details

#percentilesObject

Returns the value of attribute percentiles

Returns:

  • (Object)

    the current value of percentiles



118
119
120
# File 'lib/atmospheris/iso5878.rb', line 118

def percentiles
  @percentiles
end

#sigmaObject

Returns the value of attribute sigma

Returns:

  • (Object)

    the current value of sigma



118
119
120
# File 'lib/atmospheris/iso5878.rb', line 118

def sigma
  @sigma
end

#vrObject

Returns the value of attribute vr

Returns:

  • (Object)

    the current value of vr



118
119
120
# File 'lib/atmospheris/iso5878.rb', line 118

def vr
  @vr
end

#vscObject

Returns the value of attribute vsc

Returns:

  • (Object)

    the current value of vsc



118
119
120
# File 'lib/atmospheris/iso5878.rb', line 118

def vsc
  @vsc
end