Module: DTK::Common::Response::Term::Boolean
- Defined in:
- lib/response.rb
Class Method Summary collapse
Class Method Details
.false ⇒ Object
54 55 56 |
# File 'lib/response.rb', line 54 def self.false() Term::BooleanFalse end |
.true ⇒ Object
51 52 53 |
# File 'lib/response.rb', line 51 def self.true() Term::BooleanTrue end |