class Wombat::DSL::Follower

Attributes

wombat_property_selector[RW]

Public Class Methods

new(name, selector) click to toggle source
Calls superclass method
# File lib/wombat/dsl/follower.rb, line 6
def initialize(name, selector)
  @wombat_property_selector = selector

  super(name)
end

Public Instance Methods

wombat_property_format() click to toggle source

So that Property::Locators::Iterator can identify this class as a follow property.

# File lib/wombat/dsl/follower.rb, line 14
def wombat_property_format
  :follow
end