Class: Yahns::Config::CfgBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/yahns/config.rb

Overview

public, see yahns/rack for usage example

Instance Attribute Summary collapse

Instance Attribute Details

#ctxObject

Returns the value of attribute ctx

Returns:

  • (Object)

    the current value of ctx



10
11
12
# File 'lib/yahns/config.rb', line 10

def ctx
  @ctx
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/yahns/config.rb', line 10

def type
  @type
end