Sha256: 04ddbba441643d40749bb985933c7fb4f940e55395f175fef499cb3c84845a9c
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module FeedBo class Element include Draper::ViewHelpers 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
feed_bo-0.0.3 | lib/feed_bo/element.rb |