Class: XDry::SMethodImpl

Inherits:
ChildScope show all
Defined in:
lib/xdry/parsing/scopes.rb

Instance Attribute Summary

Attributes inherited from ChildScope

#parent_scope, #start_node

Attributes inherited from Scope

#children, #model

Instance Method Summary collapse

Methods inherited from ChildScope

#initialize, #parent_scopes

Methods inherited from Scope

#<<, #all_scopes, #assert_bound!, #bind, child_action_table, #child_added, child_collections, child_subscope_table, #ends_after?, #initialize, on, #parent_scopes, parse_using, #parser, stop_children, #subscope_for, #to_s

Constructor Details

This class inherits a constructor from XDry::ChildScope

Instance Method Details

#selectorObject



10
11
12
# File 'lib/xdry/parsing/scopes.rb', line 10

def selector
  @start_node.selector
end