Class: ZergXcode::Objects::XCConfigurationList

Inherits:
XcodeObject
  • Object
show all
Defined in:
lib/zerg_xcode/objects/xc_configuration_list.rb

Overview

The configurations associated with an object.

Instance Attribute Summary

Attributes inherited from XcodeObject

#archive_id, #version

Instance Method Summary collapse

Methods inherited from XcodeObject

#[], #[]=, #_attr_hash, #attrs, #copy_metadata, from, #initialize, #isa, new, #shallow_copy, #visit, #visit_array, #visit_hash, #visit_once, #visit_value, #xref_key

Constructor Details

This class inherits a constructor from ZergXcode::XcodeObject

Instance Method Details

#xref_nameObject

:nodoc: override xref_name because there’s always a single list in a context



4
5
6
# File 'lib/zerg_xcode/objects/xc_configuration_list.rb', line 4

def xref_name
  isa.to_s
end