Project

General

Profile

Download (169 Bytes) Statistics
| Branch: | Tag: | Revision:
module FogExtensions
module Openstack
module Flavor
def to_label
"#{id} - #{name}"
end

def to_s
name
end
end
end
end
(1-1/2)