Class: Rucoa::UnqualifiedName
- Inherits:
-
Struct
- Object
- Struct
- Rucoa::UnqualifiedName
- Defined in:
- lib/rucoa/unqualified_name.rb
Instance Attribute Summary collapse
-
#chained_name ⇒ Object
Returns the value of attribute chained_name.
-
#module_nesting ⇒ Object
Returns the value of attribute module_nesting.
Instance Attribute Details
#chained_name ⇒ Object
Returns the value of attribute chained_name
4 5 6 |
# File 'lib/rucoa/unqualified_name.rb', line 4 def chained_name @chained_name end |
#module_nesting ⇒ Object
Returns the value of attribute module_nesting
4 5 6 |
# File 'lib/rucoa/unqualified_name.rb', line 4 def module_nesting @module_nesting end |