Sha256: b64d79194da434c60e1aa4cb3c1939fbc88751d574226c81771ab5a769e179d3
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
module Fluent module WebElements class Radio < 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-0.1.0 | lib/fluent/web_elements/radio.rb |