Class: HTTP::Message

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

Instance Method Summary collapse

Instance Method Details

#body=(value) ⇒ Object



12
13
14
# File 'lib/spore.rb', line 12

def body=(value)
  @body = value
end