Class: Siding::Logger::Event

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

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



8
9
10
# File 'lib/siding/logger.rb', line 8

def at
  @at
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



8
9
10
# File 'lib/siding/logger.rb', line 8

def level
  @level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



8
9
10
# File 'lib/siding/logger.rb', line 8

def message
  @message
end