Class: ExcADG::Request::AddVertex
- Inherits:
-
ExcADG::Request
- Object
- ExcADG::Request
- ExcADG::Request::AddVertex
- Defined in:
- lib/excadg/request.rb
Overview
request to make and start a new vertex
Instance Attribute Summary collapse
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
Attributes inherited from ExcADG::Request
Instance Method Summary collapse
-
#initialize(payload:) ⇒ AddVertex
constructor
A new instance of AddVertex.
Methods inherited from ExcADG::Request
Constructor Details
Instance Attribute Details
#payload ⇒ Object (readonly)
Returns the value of attribute payload.
49 50 51 |
# File 'lib/excadg/request.rb', line 49 def payload @payload end |