Sha256: bec8c26d53248015b128ee0525ff842ab7749e83c62d72068fd36544e8889e44

Contents?: true

Size: 636 Bytes

Versions: 36

Compression:

Stored size: 636 Bytes

Contents

require 'fog/joyent/models/analytics/joyent_module'

module Fog
  module Joyent
    class Analytics
      class JoyentModules < Fog::Collection
        model Fog::Joyent::Analytics::JoyentModule

        def all
          data = service.describe_analytics.body['modules']
          load(data)
        end

        # Joyent returns an odd data structure like this:
        # { 'apache' => {'label' => 'Apache'}}
        # where the key is the name of the module
        def new(attributes = {})
          name, other_attributes = attributes
          super(other_attributes.merge('name' => name))
        end
      end
    end
  end
end

Version data entries

36 entries across 34 versions & 6 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-joyent-0.0.1/lib/fog/joyent/models/analytics/joyent_modules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-joyent-0.0.1/lib/fog/joyent/models/analytics/joyent_modules.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-joyent-0.0.1/lib/fog/joyent/models/analytics/joyent_modules.rb
fog-joyent-0.0.1 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.40.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.39.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.38.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.37.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.36.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.35.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-2.0.0.pre.0 lib/fog/joyent/models/analytics/joyent_modules.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.34.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.33.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.32.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.31.0 lib/fog/joyent/models/analytics/joyent_modules.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.30.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.29.0 lib/fog/joyent/models/analytics/joyent_modules.rb
fog-1.28.0 lib/fog/joyent/models/analytics/joyent_modules.rb