Class: Softlayer::Notification::Subscriber::Delivery::Method

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

#activeObject

Returns the value of attribute active.



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

def active
  @active
end

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#notification_delivery_methodObject

Returns the value of attribute notification_delivery_method.



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

def notification_delivery_method
  @notification_delivery_method
end

#notification_delivery_method_idObject

Returns the value of attribute notification_delivery_method_id.



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

def notification_delivery_method_id
  @notification_delivery_method_id
end

#notification_subscriberObject

Returns the value of attribute notification_subscriber.



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

def notification_subscriber
  @notification_subscriber
end

#notification_subscriber_idObject

Returns the value of attribute notification_subscriber_id.



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

def notification_subscriber_id
  @notification_subscriber_id
end