Module: Skyline::Positionable::ClassMethods
- Defined in:
- lib/skyline/positionable.rb
Instance Method Summary collapse
-
#positionable_scope ⇒ String, Symbol
Get the positionable_scope for this class (uses an instance variable on class level).
-
#positionable_scope=(scope) ⇒ String, Symbol
Set the positionable_sope for this class.
Instance Method Details
#positionable_scope ⇒ String, Symbol
Get the positionable_scope for this class (uses an instance variable on class level)
23 24 25 |
# File 'lib/skyline/positionable.rb', line 23 def positionable_scope @positionable_scope end |
#positionable_scope=(scope) ⇒ String, Symbol
Set the positionable_sope for this class
31 32 33 |
# File 'lib/skyline/positionable.rb', line 31 def positionable_scope=(scope) @positionable_scope = scope end |