Class: GNOME::Rake::Package::NativeConfiguration
- Inherits:
-
Object
- Object
- GNOME::Rake::Package::NativeConfiguration
- Defined in:
- lib/gnome/rake/package.rb
Instance Attribute Summary collapse
-
#absolute_binary_dir ⇒ Object
readonly
Returns the value of attribute absolute_binary_dir.
-
#relative_binary_dir ⇒ Object
readonly
Returns the value of attribute relative_binary_dir.
Instance Method Summary collapse
-
#initialize ⇒ NativeConfiguration
constructor
A new instance of NativeConfiguration.
Constructor Details
#initialize ⇒ NativeConfiguration
Returns a new instance of NativeConfiguration.
154 155 156 157 |
# File 'lib/gnome/rake/package.rb', line 154 def initialize @relative_binary_dir = Pathname.new("tmp/native/local") @absolute_binary_dir = @relative_binary_dir. end |
Instance Attribute Details
#absolute_binary_dir ⇒ Object (readonly)
Returns the value of attribute absolute_binary_dir.
153 154 155 |
# File 'lib/gnome/rake/package.rb', line 153 def absolute_binary_dir @absolute_binary_dir end |
#relative_binary_dir ⇒ Object (readonly)
Returns the value of attribute relative_binary_dir.
153 154 155 |
# File 'lib/gnome/rake/package.rb', line 153 def relative_binary_dir @relative_binary_dir end |