class Fog::Softlayer::Product::Packages

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method
# File lib/fog/softlayer/models/product/packages.rb, line 16
def initialize(attributes = {})
  super(attributes)
end

Public Instance Methods

all() click to toggle source
# File lib/fog/softlayer/models/product/packages.rb, line 20
def all
  data = service.get_packages.body
  load(data)
end