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

Returns:

  • (Object)

    the current value of details



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

def details
  @details
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



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

def level
  @level
end

#phaseObject

Returns the value of attribute phase

Returns:

  • (Object)

    the current value of phase



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

def phase
  @phase
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end