Sha256: c8ff50f75b4883322cb79a57fc411fe1db7d33f1b8fe89ce24dc9422b0dbb93d
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
module FeedBo class Element include Drawable attr_accessor :level attr_accessor :block_position def initialize(position=nil) super() @block_position = false @position = position if position end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
feed_bo-0.0.2 | lib/feed_bo/element.rb |
feed_bo-0.0.1 | lib/feed_bo/element.rb |