Class: Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#created_at ⇒ Time
readonly
Returns the value of attribute created_at.
-
#inbound_plan_id ⇒ String
readonly
Returns the value of attribute inbound_plan_id.
-
#last_updated_at ⇒ Time
readonly
Returns the value of attribute last_updated_at.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#source_address ⇒ Peddler::APIs::FulfillmentInbound20240320::Address
readonly
Returns the value of attribute source_address.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
Instance Method Summary collapse
-
#members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status ]
-
#to_h ⇒ { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String }
Instance Attribute Details
#created_at ⇒ Time (readonly)
Returns the value of attribute created_at.
872 873 874 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 872 def created_at @created_at end |
#inbound_plan_id ⇒ String (readonly)
Returns the value of attribute inbound_plan_id.
873 874 875 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 873 def inbound_plan_id @inbound_plan_id end |
#last_updated_at ⇒ Time (readonly)
Returns the value of attribute last_updated_at.
874 875 876 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 874 def last_updated_at @last_updated_at end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
875 876 877 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 875 def marketplace_ids @marketplace_ids end |
#name ⇒ String (readonly)
Returns the value of attribute name.
876 877 878 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 876 def name @name end |
#source_address ⇒ Peddler::APIs::FulfillmentInbound20240320::Address (readonly)
Returns the value of attribute source_address.
877 878 879 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 877 def source_address @source_address end |
#status ⇒ String (readonly)
Returns the value of attribute status.
878 879 880 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 878 def status @status end |
Class Method Details
.[](created_at:, inbound_plan_id:, last_updated_at:, marketplace_ids:, name:, source_address:, status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
865 866 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 865
def self.[]: (created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
| (Time, String, Time, Array[String], String, Peddler::APIs::FulfillmentInbound20240320::Address, String) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
|
.members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status ]
868 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 868
def self.members: () -> [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status ]
|
.new(created_at:, inbound_plan_id:, last_updated_at:, marketplace_ids:, name:, source_address:, status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
863 864 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 863
def self.new: (created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
| (Time, String, Time, Array[String], String, Peddler::APIs::FulfillmentInbound20240320::Address, String) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
870 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 870
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary
|
Instance Method Details
#members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status ]
880 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 880
def members: () -> [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status ]
|
#to_h ⇒ { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String }
881 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 881
def to_h: () -> { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String }
|