Class: Typ::Formatter::FormatGate::Key

Inherits:
FetchFormatter show all
Defined in:
lib/typ/formatter.rb

Instance Attribute Summary

Attributes inherited from BaseFormatter

#gate

Instance Method Summary collapse

Methods inherited from FetchFormatter

#format, #head

Methods inherited from BaseFormatter

#initialize, #to_s

Constructor Details

This class inherits a constructor from Typ::Formatter::FormatGate::BaseFormatter

Instance Method Details

#actualObject



99
100
101
# File 'lib/typ/formatter.rb', line 99

def actual
  gate.it[gate.dsl_key]
end