Class: Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
- Defined in:
- sig/peddler/apis/messaging_v1.rbs
Instance Attribute Summary collapse
-
#_embedded ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute _embedded.
-
#_links ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute _links.
-
#errors ⇒ Array[Peddler::APIs::MessagingV1::Error]?
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :_embedded, :_links, :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
Instance Method Summary collapse
-
#members ⇒ [ :_embedded, :_links, :errors ]
-
#to_h ⇒ { _embedded: Hash[untyped, untyped]?, _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]? }
Instance Attribute Details
#_embedded ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute _embedded.
349 350 351 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 349 def @_embedded end |
#_links ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute _links.
350 351 352 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 350 def _links @_links end |
#errors ⇒ Array[Peddler::APIs::MessagingV1::Error]? (readonly)
Returns the value of attribute errors.
351 352 353 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 351 def errors @errors end |
Class Method Details
.[](_embedded:, _links:, errors:) ⇒ Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse .[](arg0, arg1, arg2) ⇒ Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
342 343 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 342
def self.[]: (?_embedded: Hash[untyped, untyped]?, ?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
| (Hash[untyped, untyped]?, Hash[untyped, untyped]?, Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
|
.members ⇒ [ :_embedded, :_links, :errors ]
345 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 345
def self.members: () -> [ :_embedded, :_links, :errors ]
|
.new(_embedded:, _links:, errors:) ⇒ Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse .new(arg0, arg1, arg2) ⇒ Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
340 341 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 340
def self.new: (?_embedded: Hash[untyped, untyped]?, ?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
| (Hash[untyped, untyped]?, Hash[untyped, untyped]?, Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
|
.parse ⇒ Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
347 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 347
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::GetMessagingActionsForOrderResponse
|
Instance Method Details
#members ⇒ [ :_embedded, :_links, :errors ]
353 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 353
def members: () -> [ :_embedded, :_links, :errors ]
|
#to_h ⇒ { _embedded: Hash[untyped, untyped]?, _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]? }
354 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 354
def to_h: () -> { _embedded: Hash[untyped, untyped]?, _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]? }
|