Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 306 Bytes

File metadata and controls

20 lines (14 loc) · 306 Bytes

GbRetailapiClient::Range

Properties

Name Type Description Notes
low Float
high Float

Example

require 'gb_retailapi_client'

instance = GbRetailapiClient::Range.new(
  low: null,
  high: null
)