Class: Fonte::Nodes::RconCommandNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/fonte/nodes/rcon_command_node.rb

Instance Method Summary collapse

Instance Method Details

#originObject



8
9
10
# File 'lib/fonte/nodes/rcon_command_node.rb', line 8

def origin
  rcon_challenge.rcon_origin
end

#passwordObject



4
5
6
# File 'lib/fonte/nodes/rcon_command_node.rb', line 4

def password
  rcon_challenge.rcon_password
end