Class: Archiver::Plugins

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-flutter/native/archive/archive.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path, spec) ⇒ Plugins

Returns a new instance of Plugins.



16
17
18
19
20
# File 'lib/cocoapods-flutter/native/archive/archive.rb', line 16

def initialize(name, path, spec)
  @name = name
  @path = path
  @spec = spec
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



15
16
17
# File 'lib/cocoapods-flutter/native/archive/archive.rb', line 15

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path.



14
15
16
# File 'lib/cocoapods-flutter/native/archive/archive.rb', line 14

def path
  @path
end

#specObject (readonly)

Returns the value of attribute spec.



13
14
15
# File 'lib/cocoapods-flutter/native/archive/archive.rb', line 13

def spec
  @spec
end