class Symbol

SoftLayer Extensions to the Symbol class to support using symbols to create object masks

Public Instance Methods

_to_sl_object_mask_property() click to toggle source

Converts the Symbol to a string, then converts the string to an object mask property. This routine is an implementation detail used in the conversion of hashes to object mask strings. You should not have to call this method directly.

# File lib/softlayer/object_mask_helpers.rb, line 103
def _to_sl_object_mask_property()
  self.to_s._to_sl_object_mask_property()
end