Sha256: ed2c872158a3c829340d5091b24a70e92e8d6a721d1ef5b629b66276e4f7a8d8
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
require 'neows/attributes' require 'neows/models/base_model' module Neows module Models class RelativeVelocity < Neows::Models::BaseModel # @!attribute [rw] # @return [Float] attribute :kms, Float # @!attribute [rw] # @return [Float] attribute :kph, Float # @!attribute [rw] # @return [Float] attribute :mph, Float end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
neows-1.0.0 | lib/neows/models/relative_velocity.rb |