Module: Refinery::Whatson
- Defined in:
- lib/refinerycms-whatson.rb,
lib/refinery/whatson/tabs.rb,
lib/refinery/whatson/version.rb
Defined Under Namespace
Class Attribute Summary collapse
-
.root ⇒ Object
Returns the value of attribute root.
Instance Attribute Summary collapse
-
#tabs ⇒ Object
Returns the value of attribute tabs.
Class Method Summary collapse
Class Attribute Details
.root ⇒ Object
Returns the value of attribute root.
9 10 11 |
# File 'lib/refinerycms-whatson.rb', line 9 def root @root end |
Instance Attribute Details
#tabs ⇒ Object
Returns the value of attribute tabs.
3 4 5 |
# File 'lib/refinery/whatson/tabs.rb', line 3 def tabs @tabs end |
Class Method Details
.tabs ⇒ Object
5 6 7 |
# File 'lib/refinery/whatson/tabs.rb', line 5 def self.tabs @tabs ||= [] end |
.version ⇒ Object
14 15 16 |
# File 'lib/refinerycms-whatson.rb', line 14 def version ::Refinery::Whatson::Version.to_s end |