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