Class: Notion::Transport::Request
- Inherits:
-
Data
- Object
- Data
- Notion::Transport::Request
- Defined in:
- lib/notion/transport.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#idempotent ⇒ Object
readonly
Returns the value of attribute idempotent.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#verb ⇒ Object
readonly
Returns the value of attribute verb.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
5 6 7 |
# File 'lib/notion/transport.rb', line 5 def body @body end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
5 6 7 |
# File 'lib/notion/transport.rb', line 5 def headers @headers end |
#idempotent ⇒ Object (readonly)
Returns the value of attribute idempotent
5 6 7 |
# File 'lib/notion/transport.rb', line 5 def idempotent @idempotent end |
#path ⇒ Object (readonly)
Returns the value of attribute path
5 6 7 |
# File 'lib/notion/transport.rb', line 5 def path @path end |
#query ⇒ Object (readonly)
Returns the value of attribute query
5 6 7 |
# File 'lib/notion/transport.rb', line 5 def query @query end |
#verb ⇒ Object (readonly)
Returns the value of attribute verb
5 6 7 |
# File 'lib/notion/transport.rb', line 5 def verb @verb end |
Instance Method Details
#idempotent? ⇒ Boolean
6 |
# File 'lib/notion/transport.rb', line 6 def idempotent? = idempotent |