class Softlayer::Billing::Currency
Constants
- SERVICE
Attributes
id[RW]
key_name[RW]
name[RW]
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/billing/currency.rb, line 10 def self.get_all_objects request(:get_all_objects, Array[Softlayer::Billing::Currency]) end
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/billing/currency.rb, line 14 def get_object request(:get_object, Softlayer::Billing::Currency) end
get_price(message)
click to toggle source
price format_options
# File lib/softlayer/billing/currency.rb, line 20 def get_price(message) request(:get_price, String, message) end