Method: RunLoop::Ipa#path

Defined in:
lib/run_loop/ipa.rb

#pathString (readonly)

The path to this .ipa.

Returns:

  • (String)

    A path to this .ipa.



22
23
24
# File 'lib/run_loop/ipa.rb', line 22

def path
  @path
end