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