Class: ZergXcode::Objects::XCConfigurationList
- Inherits:
-
XcodeObject
- Object
- XcodeObject
- ZergXcode::Objects::XCConfigurationList
- Defined in:
- lib/zerg_xcode/objects/xc_configuration_list.rb
Overview
The configurations associated with an object.
Instance Attribute Summary
Attributes inherited from XcodeObject
Instance Method Summary collapse
-
#xref_name ⇒ Object
:nodoc: override xref_name because there’s always a single list in a context.
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_name ⇒ Object
:nodoc: override xref_name because there’s always a single list in a context
14 15 16 |
# File 'lib/zerg_xcode/objects/xc_configuration_list.rb', line 14 def xref_name isa.to_s end |