Class: Softlayer::Notification::User::Subscriber::Resource
- Defined in:
- lib/softlayer/notification/user/subscriber/resource.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#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.
-
#resource_table_id ⇒ Object
Returns the value of attribute resource_table_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
#notification_user_subscriber ⇒ Object
Returns the value of attribute notification_user_subscriber.
8 9 10 |
# File 'lib/softlayer/notification/user/subscriber/resource.rb', line 8 def notification_user_subscriber @notification_user_subscriber end |
#notification_user_subscriber_id ⇒ Object
Returns the value of attribute notification_user_subscriber_id.
6 7 8 |
# File 'lib/softlayer/notification/user/subscriber/resource.rb', line 6 def notification_user_subscriber_id @notification_user_subscriber_id end |
#resource_table_id ⇒ Object
Returns the value of attribute resource_table_id.
7 8 9 |
# File 'lib/softlayer/notification/user/subscriber/resource.rb', line 7 def resource_table_id @resource_table_id end |