Method: Praxis::Types::MultipartArray#initialize
- Defined in:
- lib/praxis/types/multipart_array.rb
#initialize(content_type: self.class.identifier) ⇒ MultipartArray
Returns a new instance of MultipartArray.
221 222 223 |
# File 'lib/praxis/types/multipart_array.rb', line 221 def initialize(content_type: self.class.identifier) self.content_type = content_type end |