Class: Trailblazer::Cell
Direct Known Subclasses
Caco::Barman::Cell::Global, Caco::Barman::Cell::Node, Caco::Debian::Cell::Service, Caco::Debian::Cell::SourcesList, Caco::Haproxy::Cell::ConfPostgres, Caco::Haproxy::Cell::ConfStats, Caco::Prometheus::Cell::AlertmanagerConf, Caco::Prometheus::Cell::Alerts, Caco::Prometheus::Cell::Conf, Caco::Rbenv::Cell::Profile, Caco::Repmgr::Cell::Conf
Instance Method Summary collapse
Instance Method Details
#property(key) ⇒ Object
93 94 95 96 97 |
# File 'lib/caco.rb', line 93 def property(key) return nil if model.nil? return nil unless model.has_key?(key) and model.is_a?(Hash) return model[key] end |