Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

HAMPVelocityPercentResponse.md

File metadata and controls

20 lines (14 loc) · 364 Bytes

HandyAPI::HAMPVelocityPercentResponse

Properties

Name Type Description Notes
result GenericResult
velocity Float

Example

require 'handy_api'

instance = HandyAPI::HAMPVelocityPercentResponse.new(
  result: null,
  velocity: 10.5
)