Class: Symbol

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

Overview

Ruby Symbol Class

Instance Method Summary collapse

Instance Method Details

#to_sl_object_maskObject



91
92
93
# File 'lib/softlayer/object_mask_helpers.rb', line 91

def to_sl_object_mask()
  self.to_s.to_sl_object_mask()
end