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.



503
504
505
# File 'lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb', line 503

def initialize(right)
  self.right = right
end

Instance Attribute Details

#rightObject

Returns the value of attribute right.



502
503
504
# File 'lib/construqt/flavour/ubuntu/flavour_ubuntu_result.rb', line 502

def right
  @right
end