class SidekiqScheduler::JobPresenter

def [](key)

Returns:
  • (String) - with the value for that key
def [](key)
  @attributes[key]
end