Class: Boxspring::Show

Inherits:
Base
  • Object
show all
Defined in:
lib/boxspring/show.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Boxspring::Base

Instance Method Details

#privateObject



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