Class: Softlayer::Network::Monitor::Version1::Query::Result

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/monitor/version1/query/result.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#finish_timeObject

Returns the value of attribute finish_time.



7
8
9
# File 'lib/softlayer/network/monitor/version1/query/result.rb', line 7

def finish_time
  @finish_time
end

#query_hostObject

Returns the value of attribute query_host.



10
11
12
# File 'lib/softlayer/network/monitor/version1/query/result.rb', line 10

def query_host
  @query_host
end

#response_statusObject

Returns the value of attribute response_status.



8
9
10
# File 'lib/softlayer/network/monitor/version1/query/result.rb', line 8

def response_status
  @response_status
end

#response_timeObject

Returns the value of attribute response_time.



9
10
11
# File 'lib/softlayer/network/monitor/version1/query/result.rb', line 9

def response_time
  @response_time
end