Sha256: 2f465711a51c2aa49c656f3e012587d2c4d86363b6d6f24044014176338fe922

Contents?: true

Size: 1.45 KB

Versions: 49

Compression:

Stored size: 1.45 KB

Contents

# This file is autogenerated. Do not edit it by hand. Regenerate it with:
#   srb rbi gems

# typed: strict
#
# If you would like to make changes to this file, great! Please create the gem's shim here:
#
#   https://github.com/sorbet/sorbet-typed/new/master?filename=lib/multipart-post/all/multipart-post.rbi
#
# multipart-post-2.1.1

class CompositeReadIO
  def advance_io; end
  def current_io; end
  def initialize(*ios); end
  def read(length = nil, outbuf = nil); end
  def rewind; end
end
class UploadIO
  def content_type; end
  def initialize(filename_or_io, content_type, filename = nil, opts = nil); end
  def io; end
  def local_path; end
  def method_missing(*args); end
  def opts; end
  def original_filename; end
  def respond_to?(meth, include_all = nil); end
  def self.convert!(io, content_type, original_filename, local_path); end
end
module Parts
end
module Parts::Part
  def length; end
  def self.file?(value); end
  def self.new(boundary, name, value, headers = nil); end
  def to_io; end
end
class Parts::ParamPart
  def build_part(boundary, name, value, headers = nil); end
  def initialize(boundary, name, value, headers = nil); end
  def length; end
  include Parts::Part
end
class Parts::FilePart
  def build_head(boundary, name, filename, type, content_len, opts = nil); end
  def initialize(boundary, name, io, headers = nil); end
  def length; end
  include Parts::Part
end
class Parts::EpiloguePart
  def initialize(boundary); end
  include Parts::Part
end

Version data entries

49 entries across 49 versions & 5 rubygems

Version Path
setsuzoku-0.15.7 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.6 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.5 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.4 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.3 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.2 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.1 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.15.0 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.9 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.8 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.7 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.6 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.5 sorbet/rbi/gems/multipart-post.rbi
wt_activerecord_index_spy-0.5.0 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.4 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.3 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.2 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.1 sorbet/rbi/gems/multipart-post.rbi
setsuzoku-0.14.0 sorbet/rbi/gems/multipart-post.rbi
ipt-2.1.0 sorbet/rbi/gems/multipart-post.rbi