Class: Peddler::APIs::MessagingV1::GetAttributesResponse

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

#buyerHash[untyped, untyped]? (readonly)

Returns the value of attribute buyer.

Returns:

  • (Hash[untyped, untyped], nil)


313
314
315
# File 'sig/peddler/apis/messaging_v1.rbs', line 313

def buyer
  @buyer
end

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

Returns the value of attribute errors.

Returns:



314
315
316
# File 'sig/peddler/apis/messaging_v1.rbs', line 314

def errors
  @errors
end

Class Method Details

.[](buyer:, errors:) ⇒ Peddler::APIs::MessagingV1::GetAttributesResponse .[](arg0, arg1) ⇒ Peddler::APIs::MessagingV1::GetAttributesResponse

Overloads:



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

def self.[]: (?buyer: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetAttributesResponse
| (Hash[untyped, untyped]?, Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetAttributesResponse

.members[ :buyer, :errors ]

Returns:

  • ([ :buyer, :errors ])


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

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

.new(buyer:, errors:) ⇒ Peddler::APIs::MessagingV1::GetAttributesResponse .new(arg0, arg1) ⇒ Peddler::APIs::MessagingV1::GetAttributesResponse

Overloads:



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

def self.new: (?buyer: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetAttributesResponse
| (Hash[untyped, untyped]?, Array[Peddler::APIs::MessagingV1::Error]?) -> Peddler::APIs::MessagingV1::GetAttributesResponse

.parsePeddler::APIs::MessagingV1::GetAttributesResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :buyer, :errors ]

Returns:

  • ([ :buyer, :errors ])


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

def members: () -> [ :buyer, :errors ]

#to_h{ buyer: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]? }

Returns:



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

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