class Archiver::Plugins
Attributes
name[R]
path[R]
spec[R]
Public Class Methods
new(name, path, spec)
click to toggle source
# File lib/cocoapods-flutter/native/archive/archive.rb, line 14 def initialize(name, path, spec) @name = name @path = path @spec = spec end