Class: Steep::AST::MethodType::Super

Inherits:
Object
  • Object
show all
Defined in:
lib/steep/ast/method_type.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(location:) ⇒ Super

Returns a new instance of Super.



120
121
122
# File 'lib/steep/ast/method_type.rb', line 120

def initialize(location:)
  @location = location
end

Instance Attribute Details

#locationObject (readonly)

Returns the value of attribute location.



118
119
120
# File 'lib/steep/ast/method_type.rb', line 118

def location
  @location
end