Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 474 Bytes

File metadata and controls

22 lines (16 loc) · 474 Bytes

RankVectors::PeriodCharges

Properties

Name Type Description Notes
start_date Time Period start date
end_date Time Period end date
total_charges Float Total charges for the period

Example

require 'rankvectors'

instance = RankVectors::PeriodCharges.new(
  start_date: 2025-01-01T00:00Z,
  end_date: 2025-01-31T23:59:59Z,
  total_charges: 25.5
)