Class: ExcADG::Request::Update
- Inherits:
-
ExcADG::Request
- Object
- ExcADG::Request
- ExcADG::Request::Update
- Defined in:
- lib/excadg/request.rb
Overview
request to update self state in the central storage
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Attributes inherited from ExcADG::Request
Instance Method Summary collapse
-
#initialize(data:) ⇒ Update
constructor
A new instance of Update.
Constructor Details
#initialize(data:) ⇒ Update
Returns a new instance of Update.
35 36 37 38 39 40 |
# File 'lib/excadg/request.rb', line 35 def initialize data: super() Assertions.is_a? data, VStateData::Full @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
33 34 35 |
# File 'lib/excadg/request.rb', line 33 def data @data end |