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.
1043 1044 1045 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1043 def compliance_details @compliance_details end |
Class Method Details
.[](compliance_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
1036 1037 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1036
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 ]
1039 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1039
def self.members: () -> [ :compliance_details ]
|
.new(compliance_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
1034 1035 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1034
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
1041 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1041
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListItemComplianceDetailsResponse
|
Instance Method Details
#members ⇒ [ :compliance_details ]
1045 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1045
def members: () -> [ :compliance_details ]
|
#to_h ⇒ { compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]? }
1046 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1046
def to_h: () -> { compliance_details: Array[Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail]? }
|