Class: Softlayer::Notification::User::Subscriber::Delivery::Method
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#delivery_method ⇒ Object
Returns the value of attribute delivery_method.
-
#notification_method_id ⇒ Object
Returns the value of attribute notification_method_id.
-
#notification_user_subscriber ⇒ Object
Returns the value of attribute notification_user_subscriber.
-
#notification_user_subscriber_id ⇒ Object
Returns the value of attribute notification_user_subscriber_id.
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
#active ⇒ Object
Returns the value of attribute active.
7 8 9 |
# File 'lib/softlayer/notification/user/subscriber/delivery/method.rb', line 7 def active @active end |
#delivery_method ⇒ Object
Returns the value of attribute delivery_method.
10 11 12 |
# File 'lib/softlayer/notification/user/subscriber/delivery/method.rb', line 10 def delivery_method @delivery_method end |
#notification_method_id ⇒ Object
Returns the value of attribute notification_method_id.
8 9 10 |
# File 'lib/softlayer/notification/user/subscriber/delivery/method.rb', line 8 def notification_method_id @notification_method_id end |
#notification_user_subscriber ⇒ Object
Returns the value of attribute notification_user_subscriber.
11 12 13 |
# File 'lib/softlayer/notification/user/subscriber/delivery/method.rb', line 11 def notification_user_subscriber @notification_user_subscriber end |
#notification_user_subscriber_id ⇒ Object
Returns the value of attribute notification_user_subscriber_id.
9 10 11 |
# File 'lib/softlayer/notification/user/subscriber/delivery/method.rb', line 9 def notification_user_subscriber_id @notification_user_subscriber_id end |