Class: Motoko::Node::Choria
- Inherits:
-
Motoko::Node
- Object
- Motoko::Node
- Motoko::Node::Choria
- Defined in:
- lib/motoko/node.rb
Instance Attribute Summary
Attributes inherited from Motoko::Node
Instance Method Summary collapse
-
#initialize(node) ⇒ Choria
constructor
A new instance of Choria.
Methods inherited from Motoko::Node
Constructor Details
#initialize(node) ⇒ Choria
Returns a new instance of Choria.
29 30 31 |
# File 'lib/motoko/node.rb', line 29 def initialize(node) super(node[:sender], node[:data][:facts]) end |