Sha256: e16a0874d78827c9940bcbfd569505d73c68774278555e85155ef3f8493b4620

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

module Fluent
  module WebElements
    class Paragraph < WebElement

      def initialize(web_element, platform)
        @web_element = web_element
        include_platform_specifics_for platform
      end

      def include_platform_specifics_for(platform)
        super
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-0.2.0 lib/fluent/web_elements/paragraph.rb
fluent-0.1.0 lib/fluent/web_elements/paragraph.rb