Sha256: b8bc787dff6fbb03e6d04c1897ca6f8ffd04907c95978ab918aa2b658f068852

Contents?: true

Size: 589 Bytes

Versions: 25

Compression:

Stored size: 589 Bytes

Contents

module Isomorfeus
  module Puppetmaster
    class Select < Isomorfeus::Puppetmaster::Input

      class Option
        def select
          @driver.select(self)
        end

        def selected?
          !!self[:selected]
        end

        def unselect
          @driver.unselect(self)
        end
      end

      def select(option)
        # find option.select
      end

      def selected
        # find selected options
      end

      def selected?(option)
        # find option.selected?
      end

      def unselect
        # find option.unselect
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
isomorfeus-puppetmaster-0.5.5 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.5.4 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.5.3 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.5.2 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.5.1 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.5.0 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.4.1 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.4.0 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.3.5 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.3.4 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.3.3 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.3.2 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.3.1 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.3.0 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.2.9 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.2.8 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.2.7 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.2.6 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.2.5 lib/isomorfeus/puppetmaster/node/select.rb
isomorfeus-puppetmaster-0.2.4 lib/isomorfeus/puppetmaster/node/select.rb