Method: Cosmos::PacketConfig#warnings

Defined in:
lib/cosmos/packets/packet_config.rb

#warningsArray<String> (readonly)

Returns Array of strings listing all the warnings that were created while parsing the configuration file.

Returns:

  • (Array<String>)

    Array of strings listing all the warnings that were created while parsing the configuration file.



62
63
64
# File 'lib/cosmos/packets/packet_config.rb', line 62

def warnings
  @warnings
end