Class: Natsuzora::AST::UnsecureOutput

Inherits:
Node
  • Object
show all
Defined in:
lib/natsuzora/ast.rb

Instance Attribute Summary collapse

Attributes inherited from Node

#column, #line

Instance Method Summary collapse

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

#pathObject (readonly)

Returns the value of attribute path.



76
77
78
# File 'lib/natsuzora/ast.rb', line 76

def path
  @path
end