Class: Stella::Data::HTTP::Body

Inherits:
Storable
  • Object
show all
Includes:
Gibbler::Complex
Defined in:
lib/stella/data/http/body.rb

Instance Method Summary collapse

Instance Method Details

#has_content?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/stella/data/http/body.rb', line 9

def has_content?
  !@content.nil?
end