Class: Stella::Data::HTTP::Body
- Inherits:
-
Storable
- Object
- Storable
- Stella::Data::HTTP::Body
- Includes:
- Gibbler::Complex
- Defined in:
- lib/stella/data/http/body.rb
Instance Method Summary collapse
Instance Method Details
#has_content? ⇒ Boolean
9 10 11 |
# File 'lib/stella/data/http/body.rb', line 9 def has_content? !@content.nil? end |