Sha256: d1e91faae434c2619cc2d00b330a07c3c9fae583ab029398536c41122c14cdb2
Contents?: true
Size: 410 Bytes
Versions: 14
Compression:
Stored size: 410 Bytes
Contents
module Fog module Compute class Ecloud class Layout < Fog::Ecloud::Model identity :href attribute :type, :aliases => :Type attribute :other_links, :aliases => :Links def rows @rows = Fog::Compute::Ecloud::Rows.new(:connection => connection, :href => href) end def id href.scan(/\d+/)[0] end end end end end
Version data entries
14 entries across 14 versions & 8 rubygems