Class: Softlayer::Notification::Subscriber

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/notification/subscriber.rb,
lib/softlayer/notification/subscriber/customer.rb,
lib/softlayer/notification/subscriber/delivery.rb,
lib/softlayer/notification/subscriber/delivery/method.rb

Direct Known Subclasses

Customer

Defined Under Namespace

Modules: Delivery Classes: Customer, 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

#activeObject

Returns the value of attribute active.



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

def active
  @active
end

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#delivery_method_countObject

Returns the value of attribute delivery_method_count.



13
14
15
# File 'lib/softlayer/notification/subscriber.rb', line 13

def delivery_method_count
  @delivery_method_count
end

#delivery_methodsObject

Returns the value of attribute delivery_methods.



14
15
16
# File 'lib/softlayer/notification/subscriber.rb', line 14

def delivery_methods
  @delivery_methods
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#notificationObject

Returns the value of attribute notification.



15
16
17
# File 'lib/softlayer/notification/subscriber.rb', line 15

def notification
  @notification
end

#notification_idObject

Returns the value of attribute notification_id.



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

def notification_id
  @notification_id
end

#notification_subscriber_type_idObject

Returns the value of attribute notification_subscriber_type_id.



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

def notification_subscriber_type_id
  @notification_subscriber_type_id
end

#notification_subscriber_type_resource_idObject

Returns the value of attribute notification_subscriber_type_resource_id.



12
13
14
# File 'lib/softlayer/notification/subscriber.rb', line 12

def notification_subscriber_type_resource_id
  @notification_subscriber_type_resource_id
end