Class: Stratagem::Logger::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#details ⇒ Object

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

#level ⇒ Object

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

#phase ⇒ Object

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

#timestamp ⇒ Object

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