Class: GraphQL::Modernize::VisibleDefinition
- Inherits:
-
Data
- Object
- Data
- GraphQL::Modernize::VisibleDefinition
- Defined in:
- lib/graphql/modernize/class_hierarchy.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
readonly
Returns the value of attribute class_name.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name
6 7 8 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 6 def class_name @class_name end |
#line ⇒ Object (readonly)
Returns the value of attribute line
6 7 8 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 6 def line @line end |
#path ⇒ Object (readonly)
Returns the value of attribute path
6 7 8 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 6 def path @path end |