Class: XcodeProject::Node
- Inherits:
-
Object
- Object
- XcodeProject::Node
- Defined in:
- lib/xcodeproject/node.rb
Direct Known Subclasses
BuildPhaseNode, FileNode, PBXBuildFile, PBXNativeTarget, PBXProject, XCBuildConfiguration, XCConfigurationList
Instance Attribute Summary collapse
-
#isa ⇒ Object
readonly
Returns the value of attribute isa.
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#initialize(root, uuid, data) ⇒ Node
constructor
A new instance of Node.
Constructor Details
Instance Attribute Details
#isa ⇒ Object (readonly)
Returns the value of attribute isa.
28 29 30 |
# File 'lib/xcodeproject/node.rb', line 28 def isa @isa end |
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid.
27 28 29 |
# File 'lib/xcodeproject/node.rb', line 27 def uuid @uuid end |