Class: FakeHostProvider

Inherits:
Struct
  • Object
show all
Defined in:
core_modules/host_core/spec/unit/type/host_spec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



3
4
5
# File 'core_modules/host_core/spec/unit/type/host_spec.rb', line 3

def comment
  @comment
end

#host_aliasesObject

Returns the value of attribute host_aliases

Returns:

  • (Object)

    the current value of host_aliases



3
4
5
# File 'core_modules/host_core/spec/unit/type/host_spec.rb', line 3

def host_aliases
  @host_aliases
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



3
4
5
# File 'core_modules/host_core/spec/unit/type/host_spec.rb', line 3

def ip
  @ip
end