Class: PaulBunyan::RenderedTemplate

Inherits:
Struct
  • Object
show all
Defined in:
lib/paul_bunyan/railtie/log_subscriber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#layoutObject

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



12
13
14
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 12

def layout
  @layout
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 12

def path
  @path
end

#runtimeObject

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



12
13
14
# File 'lib/paul_bunyan/railtie/log_subscriber.rb', line 12

def runtime
  @runtime
end