Skip to content
Kward Search API index

Class: Kward::Transport::Manager::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/transport/manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def adapter
  @adapter
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def error
  @error
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def host
  @host
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def started_at
  @started_at
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def state
  @state
end

#stopped_atObject

Returns the value of attribute stopped_at

Returns:

  • (Object)

    the current value of stopped_at



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def stopped_at
  @stopped_at
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/kward/transport/manager.rb', line 9

def type
  @type
end