class Flowcation::Block

Attributes

name[R]
type[R]
xpath[R]

Public Class Methods

new(name, options={}) click to toggle source
# File lib/flowcation/block.rb, line 4
def initialize(name, options={})
  @name, @type, @xpath = name, (options['substitute']||'content'), options['xpath']
end