Class: ApiDiff::Interface

Inherits:
Type
  • Object
show all
Defined in:
lib/api_diff/interface.rb

Instance Attribute Summary

Attributes inherited from Type

#fully_qualified_name, #functions, #name, #parents, #properties

Class Method Summary collapse

Methods inherited from Type

#<=>, #declaration, #has_parents?, #initialize, #package, #sections, #to_s

Constructor Details

This class inherits a constructor from ApiDiff::Type

Class Method Details

.type_nameObject



3
4
5
# File 'lib/api_diff/interface.rb', line 3

def self.type_name
  @type_name || super
end

.type_name=(name) ⇒ Object



7
8
9
# File 'lib/api_diff/interface.rb', line 7

def self.type_name=(name)
  @type_name = name
end