class Softlayer::Scale::Asset
Constants
- SERVICE
Attributes
create_date[RW]
delete_flag[RW]
id[RW]
scale_group[RW]
scale_group_id[RW]
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/scale/asset.rb, line 13 def delete_object request(:delete_object, Boolean) end
get_object()
click to toggle source
# File lib/softlayer/scale/asset.rb, line 17 def get_object request(:get_object, Softlayer::Scale::Asset) end
get_scale_group()
click to toggle source
# File lib/softlayer/scale/asset.rb, line 21 def get_scale_group request(:get_scale_group, Softlayer::Scale::Group) end