Class: FreelingClient::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/freeling_client/base.rb

Direct Known Subclasses

Analyzer, Client, LanguageDetector

Defined Under Namespace

Classes: CommandError, ExtractionError

Instance Attribute Summary collapse

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



3
4
5
# File 'lib/freeling_client/base.rb', line 3

def config
  @config
end

#identObject (readonly)

Returns the value of attribute ident.



3
4
5
# File 'lib/freeling_client/base.rb', line 3

def ident
  @ident
end

#portObject (readonly)

Returns the value of attribute port.



3
4
5
# File 'lib/freeling_client/base.rb', line 3

def port
  @port
end

#serverObject (readonly)

Returns the value of attribute server.



3
4
5
# File 'lib/freeling_client/base.rb', line 3

def server
  @server
end