Class: Peddler::APIs::SolicitationsV1::GetSchemaResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SolicitationsV1::GetSchemaResponse
- Defined in:
- sig/peddler/apis/solicitations_v1.rbs
Instance Attribute Summary collapse
-
#_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 ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :_links, :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SolicitationsV1::GetSchemaResponse
Instance Method Summary collapse
-
#members ⇒ [ :_links, :errors, :payload ]
-
#to_h ⇒ { _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::SolicitationsV1::Error]?, payload: Hash[untyped, untyped]? }
Instance Attribute Details
#_links ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute _links.
52 53 54 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 52 def _links @_links end |
#errors ⇒ Array[Peddler::APIs::SolicitationsV1::Error]? (readonly)
Returns the value of attribute errors.
53 54 55 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 53 def errors @errors end |
#payload ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute payload.
54 55 56 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 54 def payload @payload end |
Class Method Details
.[](_links:, errors:, payload:) ⇒ Peddler::APIs::SolicitationsV1::GetSchemaResponse .[](arg0, arg1, arg2) ⇒ Peddler::APIs::SolicitationsV1::GetSchemaResponse
45 46 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 45
def self.[]: (?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::SolicitationsV1::Error]?, ?payload: Hash[untyped, untyped]?) -> Peddler::APIs::SolicitationsV1::GetSchemaResponse
| (Hash[untyped, untyped]?, Array[Peddler::APIs::SolicitationsV1::Error]?, Hash[untyped, untyped]?) -> Peddler::APIs::SolicitationsV1::GetSchemaResponse
|
.members ⇒ [ :_links, :errors, :payload ]
48 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 48
def self.members: () -> [ :_links, :errors, :payload ]
|
.new(_links:, errors:, payload:) ⇒ Peddler::APIs::SolicitationsV1::GetSchemaResponse .new(arg0, arg1, arg2) ⇒ Peddler::APIs::SolicitationsV1::GetSchemaResponse
43 44 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 43
def self.new: (?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::SolicitationsV1::Error]?, ?payload: Hash[untyped, untyped]?) -> Peddler::APIs::SolicitationsV1::GetSchemaResponse
| (Hash[untyped, untyped]?, Array[Peddler::APIs::SolicitationsV1::Error]?, Hash[untyped, untyped]?) -> Peddler::APIs::SolicitationsV1::GetSchemaResponse
|
.parse ⇒ Peddler::APIs::SolicitationsV1::GetSchemaResponse
50 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 50
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SolicitationsV1::GetSchemaResponse
|
Instance Method Details
#members ⇒ [ :_links, :errors, :payload ]
56 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 56
def members: () -> [ :_links, :errors, :payload ]
|
#to_h ⇒ { _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::SolicitationsV1::Error]?, payload: Hash[untyped, untyped]? }
57 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 57
def to_h: () -> { _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::SolicitationsV1::Error]?, payload: Hash[untyped, untyped]? }
|