Class: Increase::Models::Export::FeeCsv::CreatedAt
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Export::FeeCsv::CreatedAt
- Defined in:
- lib/increase/models/export.rb,
sig/increase/models/export.rbs
Overview
Instance Attribute Summary collapse
-
#after ⇒ Time?
Filter fees created after this time.
-
#before ⇒ Time?
Filter fees created before this time.
-
#on_or_after ⇒ Time?
Filter fees created on or after this time.
-
#on_or_before ⇒ Time?
Filter fees created on or before this time.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
394 |
# File 'sig/increase/models/export.rbs', line 394
def initialize: (
|
Instance Attribute Details
#after ⇒ Time?
Filter fees created after this time.
515 |
# File 'lib/increase/models/export.rb', line 515 required :after, Time, nil?: true |
#before ⇒ Time?
Filter fees created before this time.
521 |
# File 'lib/increase/models/export.rb', line 521 required :before, Time, nil?: true |
#on_or_after ⇒ Time?
Filter fees created on or after this time.
527 |
# File 'lib/increase/models/export.rb', line 527 required :on_or_after, Time, nil?: true |
#on_or_before ⇒ Time?
Filter fees created on or before this time.
533 |
# File 'lib/increase/models/export.rb', line 533 required :on_or_before, Time, nil?: true |
Instance Method Details
#to_hash ⇒ {
401 |
# File 'sig/increase/models/export.rbs', line 401
def to_hash: -> {
|