class BD::PodfileEnvironment

provide a base class that have a podfile variable

provide a base class that have a podfile variable

Attributes

podfile[RW]

Public Class Methods

new(podfile) click to toggle source
# File lib/bd_pod_extension_net.rb, line 54
def initialize(podfile)
  self.podfile = podfile
end