Class: FuelSDK::Objects::Base
- Inherits:
-
Object
- Object
- FuelSDK::Objects::Base
- Defined in:
- lib/fuelsdk/objects.rb
Direct Known Subclasses
BounceEvent, Campaign, Campaign::Asset, ClickEvent, ContentArea, DataExtension, DataExtension::Column, DataExtension::Row, DataFolder, Delete, Email, Get, List, List::Subscriber, FuelSDK::OpenEvent, Patch, Post, SentEvent, Subscriber, TriggeredSend, UnsubEvent
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#properties ⇒ Object
Returns the value of attribute properties.
Class Method Summary collapse
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
53 54 55 |
# File 'lib/fuelsdk/objects.rb', line 53 def client @client end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
54 55 56 |
# File 'lib/fuelsdk/objects.rb', line 54 def id @id end |
#properties ⇒ Object
Returns the value of attribute properties.
53 54 55 |
# File 'lib/fuelsdk/objects.rb', line 53 def properties @properties end |
Class Method Details
.id ⇒ Object
64 65 66 |
# File 'lib/fuelsdk/objects.rb', line 64 def id self.name.split('::').pop end |