Class: Boxspring::Show
- Inherits:
-
Base
- Object
- ActiveHash::Base
- Base
- Boxspring::Show
show all
- Includes:
- Taggable
- Defined in:
- lib/boxspring/show.rb
Instance Method Summary
collapse
Methods included from Taggable
#tags
Methods inherited from Base
#initialize
Instance Method Details
#private ⇒ Object
33
34
35
|
# File 'lib/boxspring/show.rb', line 33
def private
@_private || false
end
|
#private=(_private) ⇒ Object
29
30
31
|
# File 'lib/boxspring/show.rb', line 29
def private=( _private )
@_private = ( ( _private == true ) || ( _private =~ /true/i ) ) || false
end
|