Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 301 Bytes

MsaDateRangeSpec.md

File metadata and controls

20 lines (14 loc) · 301 Bytes

Falcon::MsaDateRangeSpec

Properties

Name Type Description Notes
from String
to String

Example

require 'crimson-falcon'

instance = Falcon::MsaDateRangeSpec.new(
  from: null,
  to: null
)