Class: Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse
- Defined in:
- sig/peddler/apis/solicitations_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::SolicitationsV1::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :_embedded, :_links, :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#_embedded ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute _embedded.
70 71 72 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 70 def @_embedded end |
#_links ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute _links.
71 72 73 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 71 def _links @_links end |
#errors ⇒ Array[Peddler::APIs::SolicitationsV1::Error]? (readonly)
Returns the value of attribute errors.
72 73 74 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 72 def errors @errors end |
#payload ⇒ Peddler::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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::SolicitationsV1::GetSolicitationActionResponse
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 ]
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? }
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? }
|