Class: Quonfig::ConfigEnvelope

Inherits:
Struct
  • Object
show all
Defined in:
lib/quonfig/config_envelope.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configsObject

Returns the value of attribute configs

Returns:

  • (Object)

    the current value of configs



4
5
6
# File 'lib/quonfig/config_envelope.rb', line 4

def configs
  @configs
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



4
5
6
# File 'lib/quonfig/config_envelope.rb', line 4

def meta
  @meta
end