Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

ListingPrice.md

File metadata and controls

18 lines (12 loc) · 298 Bytes

Aryeo::ListingPrice

Properties

Name Type Description Notes
list_price Integer The current price of the listing. [optional]

Example

require 'aryeo'

instance = Aryeo::ListingPrice.new(
  list_price: 250000
)