Class: Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#collection_forms_history_record_list ⇒ Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?
readonly
Returns the value of attribute collection_forms_history_record_list.
-
#last_refreshed_date ⇒ String?
readonly
Returns the value of attribute last_refreshed_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :collection_forms_history_record_list, :last_refreshed_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
Instance Method Summary collapse
-
#members ⇒ [ :collection_forms_history_record_list, :last_refreshed_date ]
-
#to_h ⇒ { collection_forms_history_record_list: Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, last_refreshed_date: String? }
Instance Attribute Details
#collection_forms_history_record_list ⇒ Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]? (readonly)
Returns the value of attribute collection_forms_history_record_list.
868 869 870 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 868 def collection_forms_history_record_list @collection_forms_history_record_list end |
#last_refreshed_date ⇒ String? (readonly)
Returns the value of attribute last_refreshed_date.
869 870 871 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 869 def last_refreshed_date @last_refreshed_date end |
Class Method Details
.[](collection_forms_history_record_list:, last_refreshed_date:) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
861 862 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 861
def self.[]: (?collection_forms_history_record_list: Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, ?last_refreshed_date: String?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
| (Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, String?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
|
.members ⇒ [ :collection_forms_history_record_list, :last_refreshed_date ]
864 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 864
def self.members: () -> [ :collection_forms_history_record_list, :last_refreshed_date ]
|
.new(collection_forms_history_record_list:, last_refreshed_date:) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
859 860 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 859
def self.new: (?collection_forms_history_record_list: Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, ?last_refreshed_date: String?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
| (Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, String?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
|
.parse ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
866 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 866
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse
|
Instance Method Details
#members ⇒ [ :collection_forms_history_record_list, :last_refreshed_date ]
871 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 871
def members: () -> [ :collection_forms_history_record_list, :last_refreshed_date ]
|
#to_h ⇒ { collection_forms_history_record_list: Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, last_refreshed_date: String? }
872 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 872
def to_h: () -> { collection_forms_history_record_list: Array[Peddler::APIs::ShippingV2::CollectionFormsHistoryRecord]?, last_refreshed_date: String? }
|