class MultiZip::MemberError

Attributes

member_path[R]

Public Class Methods

new(member_path) click to toggle source
# File lib/multi_zip/errors.rb, line 50
def initialize(member_path)
  @member_path = member_path
end