Class: Rets::Parser::Multipart::Part
- Inherits:
-
Struct
- Object
- Struct
- Rets::Parser::Multipart::Part
- Defined in:
- lib/rets/parser/multipart.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/rets/parser/multipart.rb', line 9 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
9 10 11 |
# File 'lib/rets/parser/multipart.rb', line 9 def headers @headers end |