Class: ScanDB::HostName
- Inherits:
-
Object
- Object
- ScanDB::HostName
- Includes:
- Model
- Defined in:
- lib/scandb/host_name.rb
Instance Method Summary collapse
- #inspect ⇒ Object
-
#to_s ⇒ Object
Returns the host name in String form.
Methods included from Model
Instance Method Details
#inspect ⇒ Object
35 36 37 |
# File 'lib/scandb/host_name.rb', line 35 def inspect name end |
#to_s ⇒ Object
Returns the host name in String form.
42 43 44 |
# File 'lib/scandb/host_name.rb', line 42 def to_s name end |