Class: FuelSDK::ProfileAttribute
Instance Attribute Summary
#client, #id, #properties
Instance Method Summary
collapse
id, #props
Instance Method Details
#delete ⇒ Object
364
365
366
|
# File 'lib/fuelsdk/objects.rb', line 364
def delete
client.soap_configure "PropertyDefinition","delete", properties
end
|
#get ⇒ Object
356
357
358
|
# File 'lib/fuelsdk/objects.rb', line 356
def get
client.soap_describe "Subscriber"
end
|
#patch ⇒ Object
368
369
370
|
# File 'lib/fuelsdk/objects.rb', line 368
def patch
client.soap_configure "PropertyDefinition","update", properties
end
|
#post ⇒ Object
360
361
362
|
# File 'lib/fuelsdk/objects.rb', line 360
def post
client.soap_configure "PropertyDefinition","create", properties
end
|