Class: EM::Beanstalk::Body
- Inherits:
-
Struct
- Object
- Struct
- EM::Beanstalk::Body
- Defined in:
- lib/em-beanstalk.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#data ⇒ Object
Returns the value of attribute data.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
16 17 18 |
# File 'lib/em-beanstalk.rb', line 16 def body @body end |
#data ⇒ Object
Returns the value of attribute data
16 17 18 |
# File 'lib/em-beanstalk.rb', line 16 def data @data end |