module Flucti module Resources class Container < BasicResource self.attribute_for_to_s = :hostname has_many :port_forwardings has_one :ssh_details has_many :webservers has_one :mail_server has_one :mail_client has_many :db_servers end VPS = Vps = Container end end