class Fog::Softlayer::Product::Package

Public Class Methods

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

Public Instance Methods

items() click to toggle source
# File lib/fog/softlayer/models/product/package.rb, line 39
def items
  Fog::Softlayer::Product::Items.new(:service => service, package_id: id).all
end