Sha256: 1c2780c004c9de4460a7b3bc204804cd344d547341fb849cbb8f6b366f1e5b8b
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
module Aptible module Api class Vhost < Resource belongs_to :service has_many :operations def provisioned? provisioned end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aptible-api-0.5.0 | lib/aptible/api/vhost.rb |