Module: FuelSDK::Objects::Soap::Read
- Included in:
- BounceEvent, ClickEvent, ContentArea, DataExtension, DataExtension::Column, DataExtension::Row, DataFolder, Email, Get, List, List::Subscriber, FuelSDK::OpenEvent, SentEvent, Subscriber, TriggeredSend, UnsubEvent
- Defined in:
- lib/fuelsdk/objects.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
Instance Method Summary collapse
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter.
5 6 7 |
# File 'lib/fuelsdk/objects.rb', line 5 def filter @filter end |
Instance Method Details
#get(_id = nil) ⇒ Object
6 7 8 |
# File 'lib/fuelsdk/objects.rb', line 6 def get _id=nil client.soap_get _id||id, Array.wrap(properties), filter end |
#info ⇒ Object
10 11 12 |
# File 'lib/fuelsdk/objects.rb', line 10 def info client.soap_describe id end |