Class: Peddler::APIs::ShippingV2::GetCollectionFormHistoryResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/shipping_v2.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#collection_forms_history_record_listArray[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_dateString? (readonly)

Returns the value of attribute last_refreshed_date.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ShippingV2::GetCollectionFormHistoryResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }