class Steep::Interface::Method
def initialize(type_name:, name:, types:, super_method:, attributes:)
def initialize(type_name:, name:, types:, super_method:, attributes:) @type_name = type_name @name = name @types = types @super_method = super_method @attributes = attributes end