Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/softlayer/object_mask_helpers.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#_to_sl_object_mask_propertyObject

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.



103
104
105
# File 'lib/softlayer/object_mask_helpers.rb', line 103

def _to_sl_object_mask_property()
  self.to_s._to_sl_object_mask_property()
end