class Aptible::CLI::Formatter::KeyedObject

Attributes

key[R]

KeyedObject is rendered as an Object, but flags a given key as being more important. Renderers may opt to only render this key.

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/aptible/cli/formatter/keyed_object.rb, line 9
def initialize(key)
  @key = key
  super()
end