Sha256: 1c98b432f1e6cd12bec947608c4c367b5ced8da3347ae272ad2ba3cbe33d509c
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
# Buildium::BudgetMonthlyAmountsSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **january** | **Float** | The amount for January. | | | **february** | **Float** | The amount for February. | | | **march** | **Float** | The amount for March. | | | **april** | **Float** | The amount for April. | | | **may** | **Float** | The amount for May. | | | **june** | **Float** | The amount for June. | | | **july** | **Float** | The amount for July. | | | **august** | **Float** | The amount for August. | | | **september** | **Float** | The amount for September. | | | **october** | **Float** | The amount for October. | | | **november** | **Float** | The amount for November. | | | **december** | **Float** | The amount for December. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BudgetMonthlyAmountsSaveMessage.new( january: null, february: null, march: null, april: null, may: null, june: null, july: null, august: null, september: null, october: null, november: null, december: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems