Class: HostInfo
- Inherits:
-
Struct
- Object
- Struct
- HostInfo
- Defined in:
- lib/rake/contrib/publisher.rb
Overview
Configuration information about an upload host system.
- name
-
Name of host system.
- webdir
-
Base directory for the web information for the application. The application name (APP) is appended to this directory before using.
- pkgdir
-
Directory on the host system where packages can be placed.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pkgdir ⇒ Object
Returns the value of attribute pkgdir.
-
#webdir ⇒ Object
Returns the value of attribute webdir.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/rake/contrib/publisher.rb', line 13 def name @name end |
#pkgdir ⇒ Object
Returns the value of attribute pkgdir
13 14 15 |
# File 'lib/rake/contrib/publisher.rb', line 13 def pkgdir @pkgdir end |
#webdir ⇒ Object
Returns the value of attribute webdir
13 14 15 |
# File 'lib/rake/contrib/publisher.rb', line 13 def webdir @webdir end |