Class: ConstStricter::ConstNamePart
- Inherits:
-
String
- Object
- String
- ConstStricter::ConstNamePart
- Defined in:
- lib/const_stricter/const_name_part.rb
Instance Attribute Summary collapse
-
#dynamic ⇒ Object
Returns the value of attribute dynamic.
-
#line_no ⇒ Object
Returns the value of attribute line_no.
Instance Attribute Details
#dynamic ⇒ Object
Returns the value of attribute dynamic.
3 4 5 |
# File 'lib/const_stricter/const_name_part.rb', line 3 def dynamic @dynamic end |
#line_no ⇒ Object
Returns the value of attribute line_no.
3 4 5 |
# File 'lib/const_stricter/const_name_part.rb', line 3 def line_no @line_no end |