Method: Attachment#initialize
- Defined in:
- lib/response/Attachment.rb
#initialize ⇒ Attachment
Returns a new instance of Attachment.
4 5 6 7 8 |
# File 'lib/response/Attachment.rb', line 4 def initialize @name=nil @contentType=nil @data=nil end |