Class: Construqt::Flavour::Ubuntu::Result::ArrayWithRight

Inherits:
Array
  • Object
show all
Defined in:
lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(right) ⇒ ArrayWithRight

Returns a new instance of ArrayWithRight.



482
483
484
# File 'lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb', line 482

def initialize(right)
  self.right = right
end

Instance Attribute Details

#rightObject

Returns the value of attribute right.



481
482
483
# File 'lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb', line 481

def right
  @right
end