Class: FakeHostProvider
- Defined in:
- core_modules/host_core/spec/unit/type/host_spec.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#host_aliases ⇒ Object
Returns the value of attribute host_aliases.
-
#ip ⇒ Object
Returns the value of attribute ip.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
3 4 5 |
# File 'core_modules/host_core/spec/unit/type/host_spec.rb', line 3 def comment @comment end |
#host_aliases ⇒ Object
Returns the value of attribute host_aliases
3 4 5 |
# File 'core_modules/host_core/spec/unit/type/host_spec.rb', line 3 def host_aliases @host_aliases end |
#ip ⇒ Object
Returns the value of attribute ip
3 4 5 |
# File 'core_modules/host_core/spec/unit/type/host_spec.rb', line 3 def ip @ip end |