Module: Refinery::Whatson

Defined in:
lib/refinerycms-whatson.rb,
lib/refinery/whatson/tabs.rb,
lib/refinery/whatson/version.rb

Defined Under Namespace

Classes: Engine, Tab, Version

Class Attribute Summary collapse

Instance Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.rootObject

Returns the value of attribute root.



9
10
11
# File 'lib/refinerycms-whatson.rb', line 9

def root
  @root
end

Instance Attribute Details

#tabsObject

Returns the value of attribute tabs.



3
4
5
# File 'lib/refinery/whatson/tabs.rb', line 3

def tabs
  @tabs
end

Class Method Details

.tabsObject



5
6
7
# File 'lib/refinery/whatson/tabs.rb', line 5

def self.tabs
  @tabs ||= []
end

.versionObject



14
15
16
# File 'lib/refinerycms-whatson.rb', line 14

def version
  ::Refinery::Whatson::Version.to_s
end