Class: Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#compliance_details ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]?
readonly
Returns the value of attribute compliance_details.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :compliance_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
Instance Method Summary collapse
-
#members ⇒ [ :compliance_details ]
-
#to_h ⇒ { compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]? }
Instance Attribute Details
#compliance_details ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]? (readonly)
Returns the value of attribute compliance_details.
1042 1043 1044 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1042 def compliance_details @compliance_details end |
Class Method Details
.[](compliance_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
1035 1036 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1035
def self.[]: (?compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]?) -> Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]?) -> Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
|
.members ⇒ [ :compliance_details ]
1038 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1038
def self.members: () -> [ :compliance_details ]
|
.new(compliance_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
1033 1034 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1033
def self.new: (?compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]?) -> Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]?) -> Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
1040 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1040
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
|
Instance Method Details
#members ⇒ [ :compliance_details ]
1044 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1044
def members: () -> [ :compliance_details ]
|
#to_h ⇒ { compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]? }
1045 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1045
def to_h: () -> { compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]? }
|