Class: GNOME2::Rake::Package::NativeConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/gnome2/rake/package.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNativeConfiguration

Returns a new instance of NativeConfiguration.



154
155
156
157
# File 'lib/gnome2/rake/package.rb', line 154

def initialize
  @relative_binary_dir = Pathname.new("tmp/native/local")
  @absolute_binary_dir = @relative_binary_dir.expand_path
end

Instance Attribute Details

#absolute_binary_dirObject (readonly)

Returns the value of attribute absolute_binary_dir.



153
154
155
# File 'lib/gnome2/rake/package.rb', line 153

def absolute_binary_dir
  @absolute_binary_dir
end

#relative_binary_dirObject (readonly)

Returns the value of attribute relative_binary_dir.



153
154
155
# File 'lib/gnome2/rake/package.rb', line 153

def relative_binary_dir
  @relative_binary_dir
end