class Docktor::Container

Constants

OPTION_ATTRIBUTES

Public Instance Methods

options() click to toggle source
# File lib/docktor/container.rb, line 20
def options
  attributes = self.attributes.select { |key, value| OPTION_ATTRIBUTES.include?(key) && !value.try(:empty?) }
end