Method: Xcode::Resource#properties
- Defined in:
- lib/xcode/resource.rb
#properties ⇒ Hash
The raw properties hash that is known about the resource. This is the best way to manipulate the raw values of the resource.
91 92 93 |
# File 'lib/xcode/resource.rb', line 91 def properties @properties end |