Class: Stratagem::Logger::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/stratagem/logger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details



10
11
12
# File 'lib/stratagem/logger.rb', line 10

def details
  @details
end

#phaseObject

Returns the value of attribute phase



10
11
12
# File 'lib/stratagem/logger.rb', line 10

def phase
  @phase
end

#timestampObject

Returns the value of attribute timestamp



10
11
12
# File 'lib/stratagem/logger.rb', line 10

def timestamp
  @timestamp
end