Method: Xcodeproj::Project::Object::AbstractObject.isa

Defined in:
lib/xcodeproj/project/object.rb

.isaString

Returns the ISA of the class.

Returns:

  • (String)

    the ISA of the class.



39
40
41
# File 'lib/xcodeproj/project/object.rb', line 39

def self.isa
  @isa ||= name.split('::').last
end