Class: FreelingClient::Base
- Inherits:
-
Object
- Object
- FreelingClient::Base
- Defined in:
- lib/freeling_client/base.rb
Direct Known Subclasses
Defined Under Namespace
Classes: CommandError, ExtractionError
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#ident ⇒ Object
readonly
Returns the value of attribute ident.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#server ⇒ Object
readonly
Returns the value of attribute server.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
3 4 5 |
# File 'lib/freeling_client/base.rb', line 3 def config @config end |
#ident ⇒ Object (readonly)
Returns the value of attribute ident.
3 4 5 |
# File 'lib/freeling_client/base.rb', line 3 def ident @ident end |
#port ⇒ Object (readonly)
Returns the value of attribute port.
3 4 5 |
# File 'lib/freeling_client/base.rb', line 3 def port @port end |
#server ⇒ Object (readonly)
Returns the value of attribute server.
3 4 5 |
# File 'lib/freeling_client/base.rb', line 3 def server @server end |