class CC::Yaml::Nodes::Engine

Constants

DEFAULT_CHANNEL

Public Instance Methods

channel() click to toggle source
# File lib/cc/yaml/nodes/engine.rb, line 15
def channel
  self["channel"] || DEFAULT_CHANNEL
end