Class: Natsuzora::AST::UnsecureOutput
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(path:) ⇒ UnsecureOutput
constructor
A new instance of UnsecureOutput.
Constructor Details
#initialize(path:) ⇒ UnsecureOutput
Returns a new instance of UnsecureOutput.
78 79 80 81 |
# File 'lib/natsuzora/ast.rb', line 78 def initialize(path:, **) super(**) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
76 77 78 |
# File 'lib/natsuzora/ast.rb', line 76 def path @path end |