Class: GraphQL::Modernize::VisibleDefinition

Inherits:
Data
  • Object
show all
Defined in:
lib/graphql/modernize/class_hierarchy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject (readonly)

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



6
7
8
# File 'lib/graphql/modernize/class_hierarchy.rb', line 6

def class_name
  @class_name
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/graphql/modernize/class_hierarchy.rb', line 6

def line
  @line
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/graphql/modernize/class_hierarchy.rb', line 6

def path
  @path
end