Class: Altertable::Lakehouse::Adapters::Response
- Inherits:
-
Struct
- Object
- Struct
- Altertable::Lakehouse::Adapters::Response
- Defined in:
- lib/altertable/lakehouse/adapters.rb,
sig/altertable/lakehouse/adapters.rbs
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize ⇒ Response
Returns a new instance of Response.
9 |
# File 'sig/altertable/lakehouse/adapters.rbs', line 9
def initialize: (Integer status, ?String? body, ?::Hash[String, untyped] headers) -> void
|
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'lib/altertable/lakehouse/adapters.rb', line 4 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
4 5 6 |
# File 'lib/altertable/lakehouse/adapters.rb', line 4 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
4 5 6 |
# File 'lib/altertable/lakehouse/adapters.rb', line 4 def status @status end |