Class: Softlayer::Container::Monitoring::Alarm::History

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/monitoring/alarm/history.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

#account_idObject

Returns the value of attribute account_id.



6
7
8
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 6

def 
  @account_id
end

#agent_idObject

Returns the value of attribute agent_id.



7
8
9
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 7

def agent_id
  @agent_id
end

#alarm_idObject

Returns the value of attribute alarm_id.



8
9
10
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 8

def alarm_id
  @alarm_id
end

#closed_dateObject

Returns the value of attribute closed_date.



9
10
11
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 9

def closed_date
  @closed_date
end

#create_dateObject

Returns the value of attribute create_date.



10
11
12
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 10

def create_date
  @create_date
end

#messageObject

Returns the value of attribute message.



11
12
13
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 11

def message
  @message
end

#robot_idObject

Returns the value of attribute robot_id.



12
13
14
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 12

def robot_id
  @robot_id
end

#severityObject

Returns the value of attribute severity.



13
14
15
# File 'lib/softlayer/container/monitoring/alarm/history.rb', line 13

def severity
  @severity
end