Class: Peddler::APIs::MessagingV1::InvoiceResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::MessagingV1::Error]? (readonly)

Returns the value of attribute errors.

Returns:



401
402
403
# File 'sig/peddler/apis/messaging_v1.rbs', line 401

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::MessagingV1::InvoiceResponse .[](arg0) ⇒ Peddler::APIs::MessagingV1::InvoiceResponse



394
395
# File 'sig/peddler/apis/messaging_v1.rbs', line 394

def self.[]: (?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::InvoiceResponse
| (Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::InvoiceResponse

.members[ :errors ]

Returns:

  • ([ :errors ])


397
# File 'sig/peddler/apis/messaging_v1.rbs', line 397

def self.members: () -> [ :errors ]

.new(errors:) ⇒ Peddler::APIs::MessagingV1::InvoiceResponse .new(arg0) ⇒ Peddler::APIs::MessagingV1::InvoiceResponse



392
393
# File 'sig/peddler/apis/messaging_v1.rbs', line 392

def self.new: (?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::InvoiceResponse
| (Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::InvoiceResponse

.parsePeddler::APIs::MessagingV1::InvoiceResponse

Parameters:

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

Returns:



399
# File 'sig/peddler/apis/messaging_v1.rbs', line 399

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::InvoiceResponse

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


403
# File 'sig/peddler/apis/messaging_v1.rbs', line 403

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::MessagingV1::Error]? }

Returns:



404
# File 'sig/peddler/apis/messaging_v1.rbs', line 404

def to_h: () -> { errors: Array[Peddler::APIs::MessagingV1::Error]? }