Class: Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#_embeddedHash[untyped, untyped]? (readonly)

Returns the value of attribute _embedded.

Returns:

  • (Hash[untyped, untyped], nil)


70
71
72
# File 'sig/peddler/apis/solicitations_v1.rbs', line 70

def _embedded
  @_embedded
end

Returns the value of attribute _links.

Returns:

  • (Hash[untyped, untyped], nil)


71
72
73
# File 'sig/peddler/apis/solicitations_v1.rbs', line 71

def _links
  @_links
end

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

Returns the value of attribute errors.

Returns:



72
73
74
# File 'sig/peddler/apis/solicitations_v1.rbs', line 72

def errors
  @errors
end

#payloadPeddler::APIs::SolicitationsV1::SolicitationsAction? (readonly)

Returns the value of attribute payload.



73
74
75
# File 'sig/peddler/apis/solicitations_v1.rbs', line 73

def payload
  @payload
end

Class Method Details

.[](_embedded:, _links:, errors:, payload:) ⇒ Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse

Overloads:



63
64
# File 'sig/peddler/apis/solicitations_v1.rbs', line 63

def self.[]: (?_embedded: Hash[untyped, untyped]?, ?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::SolicitationsV1::Error]?, ?payload: Peddler::APIs::SolicitationsV1::SolicitationsAction?) -> Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse
| (Hash[untyped, untyped]?, Hash[untyped, untyped]?, Array[Peddler::APIs::SolicitationsV1::Error]?, Peddler::APIs::SolicitationsV1::SolicitationsAction?) -> Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse

.members[ :_embedded, :_links, :errors, :payload ]

Returns:

  • ([ :_embedded, :_links, :errors, :payload ])


66
# File 'sig/peddler/apis/solicitations_v1.rbs', line 66

def self.members: () -> [ :_embedded, :_links, :errors, :payload ]

.new(_embedded:, _links:, errors:, payload:) ⇒ Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse

Overloads:



61
62
# File 'sig/peddler/apis/solicitations_v1.rbs', line 61

def self.new: (?_embedded: Hash[untyped, untyped]?, ?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::SolicitationsV1::Error]?, ?payload: Peddler::APIs::SolicitationsV1::SolicitationsAction?) -> Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse
| (Hash[untyped, untyped]?, Hash[untyped, untyped]?, Array[Peddler::APIs::SolicitationsV1::Error]?, Peddler::APIs::SolicitationsV1::SolicitationsAction?) -> Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse

.parsePeddler::APIs::SolicitationsV1::GetSolicitationActionResponse

Parameters:

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

Returns:



68
# File 'sig/peddler/apis/solicitations_v1.rbs', line 68

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

Instance Method Details

#members[ :_embedded, :_links, :errors, :payload ]

Returns:

  • ([ :_embedded, :_links, :errors, :payload ])


75
# File 'sig/peddler/apis/solicitations_v1.rbs', line 75

def members: () -> [ :_embedded, :_links, :errors, :payload ]

#to_h{ _embedded: Hash[untyped, untyped]?, _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::SolicitationsV1::Error]?, payload: Peddler::APIs::SolicitationsV1::SolicitationsAction? }

Returns:



76
# File 'sig/peddler/apis/solicitations_v1.rbs', line 76

def to_h: () -> { _embedded: Hash[untyped, untyped]?, _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::SolicitationsV1::Error]?, payload: Peddler::APIs::SolicitationsV1::SolicitationsAction? }