class Motion::Project::XcodeConfig::EnvWrapper

Attributes

timestamp[RW]

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/motion-env/ios.rb, line 8
def initialize(*args)
  super
  @timestamp = Time.now.to_i
end

Public Instance Methods

file_path() click to toggle source
# File lib/motion-env/ios.rb, line 13
def file_path
  @file_path ||= "/tmp/motion_env_#{@timestamp}.rb"
end