Sha256: 6be1c7bfde1a3fa2db38dff145fb01ba2af5f044c269f6a76bc6bb774ceb5c3c
Contents?: true
Size: 409 Bytes
Versions: 4
Compression:
Stored size: 409 Bytes
Contents
module Wombat module DSL class Follower < PropertyGroup attr_accessor :wombat_property_selector def initialize(name, selector) @wombat_property_selector = selector super(name) end # So that Property::Locators::Iterator can identify this class # as an iterator property. def wombat_property_format :follow end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wombat-2.1.1 | lib/wombat/dsl/follower.rb |
wombat-2.1.0 | lib/wombat/dsl/follower.rb |
wombat-2.0.1 | lib/wombat/dsl/follower.rb |
wombat-2.0.0 | lib/wombat/dsl/follower.rb |