Sha256: f1a46f619e1583d94431608c688b30fe0c82e1be697cec6348fed9910949af86

Contents?: true

Size: 537 Bytes

Versions: 5

Compression:

Stored size: 537 Bytes

Contents

require 'sfn'

module Sfn
  class Config
    # Events command configuration
    class Events < Bogo::Config

      attribute(
        :attribute, String,
        :multiple => true,
        :description => 'Event attribute to display'
      )
      attribute(
        :poll_delay, Integer,
        :default => 20,
        :description => 'Seconds to pause between each event poll'
      )
      attribute(
        :all_attributes, [TrueClass, FalseClass],
        :description => 'Display all event attributes'
      )

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sfn-0.3.8 lib/sfn/config/events.rb
sfn-0.3.6 lib/sfn/config/events.rb
sfn-0.3.4 lib/sfn/config/events.rb
sfn-0.3.2 lib/sfn/config/events.rb
sfn-0.3.0 lib/sfn/config/events.rb