Class: Softlayer::Notification::Preference

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/notification/preference.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

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/softlayer/notification/preference.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/softlayer/notification/preference.rb', line 5

def id
  @id
end

#key_nameObject

Returns the value of attribute key_name.



6
7
8
# File 'lib/softlayer/notification/preference.rb', line 6

def key_name
  @key_name
end

#maximum_valueObject

Returns the value of attribute maximum_value.



7
8
9
# File 'lib/softlayer/notification/preference.rb', line 7

def maximum_value
  @maximum_value
end

#minimum_valueObject

Returns the value of attribute minimum_value.



8
9
10
# File 'lib/softlayer/notification/preference.rb', line 8

def minimum_value
  @minimum_value
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/softlayer/notification/preference.rb', line 9

def name
  @name
end

#unitsObject

Returns the value of attribute units.



10
11
12
# File 'lib/softlayer/notification/preference.rb', line 10

def units
  @units
end

#valueObject

Returns the value of attribute value.



11
12
13
# File 'lib/softlayer/notification/preference.rb', line 11

def value
  @value
end