Sha256: 4ac4d317ea06bd00484ff5bd8a231dc09a55b0a585e63b278ead3b209b1457cd

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

module Fonte
  module Nodes
    class RconCommandNode < Treetop::Runtime::SyntaxNode
      def password
        rcon_challenge.rcon_password
      end

      def origin
        rcon_challenge.rcon_origin
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fonte-0.2.0 lib/fonte/nodes/rcon_command_node.rb
fonte-0.1.0 lib/fonte/nodes/rcon_command_node.rb
fonte-0.0.1 lib/fonte/nodes/rcon_command_node.rb