Module: ElasticityGrammar::Expression0

Defined in:
lib/opennebula/flow/grammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



32
33
34
# File 'lib/opennebula/flow/grammar.rb', line 32

def exp
  elements[1]
end

#space1Object



28
29
30
# File 'lib/opennebula/flow/grammar.rb', line 28

def space1
  elements[0]
end

#space2Object



36
37
38
# File 'lib/opennebula/flow/grammar.rb', line 36

def space2
  elements[2]
end