Method: Xcode::Resource#properties

Defined in:
lib/xcode/resource.rb

#propertiesHash

The raw properties hash that is known about the resource. This is the best way to manipulate the raw values of the resource.

Returns:

  • (Hash)

    the raw properties hash for the object



91
92
93
# File 'lib/xcode/resource.rb', line 91

def properties
  @properties
end