class XcodeArchiveCache::Modulemap::HeaderPathDeclaration

Attributes

path[R]

@return [String]

type[R]

@return [String]

Public Class Methods

new(type, path) click to toggle source

@param [String] type @param [String] path

# File lib/modulemap/header_path_extractor.rb, line 15
def initialize(type, path)
  @type = type
  @path = path
end