module ElasticityGrammar::Number1
Public Instance Methods
Source
# File lib/opennebula/flow/grammar.rb, line 739 def result(role, _vm_pool = nil) val = text_value.to_f st = val.to_s return [val, st] end
# File lib/opennebula/flow/grammar.rb, line 739 def result(role, _vm_pool = nil) val = text_value.to_f st = val.to_s return [val, st] end