Class: Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
- Defined in:
- sig/peddler/reports/account_health_report_2020_11_18.rbs
Instance Attribute Summary collapse
-
#reporting_date_from ⇒ String
readonly
Returns the value of attribute reporting_date_from.
-
#reporting_date_to ⇒ String
readonly
Returns the value of attribute reporting_date_to.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :reporting_date_from, :reporting_date_to ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
Instance Method Summary collapse
-
#members ⇒ [ :reporting_date_from, :reporting_date_to ]
-
#to_h ⇒ { reporting_date_from: String, reporting_date_to: String }
Instance Attribute Details
#reporting_date_from ⇒ String (readonly)
Returns the value of attribute reporting_date_from.
280 281 282 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 280 def reporting_date_from @reporting_date_from end |
#reporting_date_to ⇒ String (readonly)
Returns the value of attribute reporting_date_to.
281 282 283 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 281 def reporting_date_to @reporting_date_to end |
Class Method Details
.[](reporting_date_from:, reporting_date_to:) ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange .[](arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
273 274 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 273
def self.[]: (reporting_date_from: String, reporting_date_to: String) -> Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
| (String, String) -> Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
|
.members ⇒ [ :reporting_date_from, :reporting_date_to ]
276 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 276
def self.members: () -> [ :reporting_date_from, :reporting_date_to ]
|
.new(reporting_date_from:, reporting_date_to:) ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange .new(arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
271 272 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 271
def self.new: (reporting_date_from: String, reporting_date_to: String) -> Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
| (String, String) -> Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
|
.parse ⇒ Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
278 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 278
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::ReportingDateRange
|
Instance Method Details
#members ⇒ [ :reporting_date_from, :reporting_date_to ]
283 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 283
def members: () -> [ :reporting_date_from, :reporting_date_to ]
|
#to_h ⇒ { reporting_date_from: String, reporting_date_to: String }
284 |
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 284
def to_h: () -> { reporting_date_from: String, reporting_date_to: String }
|