Class: Xrc::Elements::Join
- Defined in:
- lib/xrc/elements/join.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Join
constructor
A new instance of Join.
Constructor Details
#initialize(options) ⇒ Join
Returns a new instance of Join.
4 5 6 7 8 9 |
# File 'lib/xrc/elements/join.rb', line 4 def initialize() super() attributes["from"] = [:from] attributes["to"] = [:to] add(x) end |