Method: PodBuilder::PodfileItem#inhibit_warnings

Defined in:
lib/pod_builder/podfile_item.rb

#inhibit_warningsBool

Returns True if warnings should be inhibited for the pod.

Returns:

  • (Bool)

    True if warnings should be inhibited for the pod



148
149
150
# File 'lib/pod_builder/podfile_item.rb', line 148

def inhibit_warnings
  @inhibit_warnings
end