Class: JsxRosetta::AST::JSXClosingElement
- Defined in:
- lib/jsx_rosetta/ast/types.rb
Constant Summary
Constants inherited from Node
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
#==, #[], #children, #deconstruct_keys, #dig, #each_child, #end_pos, #hash, #initialize, #inspect, #loc, #range, register, #start_pos, #type, #walk, wrap
Constructor Details
This class inherits a constructor from JsxRosetta::AST::Node
Instance Method Details
#name ⇒ Object
91 92 93 |
# File 'lib/jsx_rosetta/ast/types.rb', line 91 def name self[:name] end |