Class: FuelSDK::DataExtension
Defined Under Namespace
Classes: Column, Row
Instance Attribute Summary collapse
#filter
#client, #id, #properties
Instance Method Summary
collapse
#delete
#get, #info
id
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields.
146
147
148
|
# File 'lib/fuelsdk/objects.rb', line 146
def fields
@fields
end
|
Instance Method Details
#patch ⇒ Object
154
155
156
157
|
# File 'lib/fuelsdk/objects.rb', line 154
def patch
munge_fields self.properties
super
end
|
#post ⇒ Object
149
150
151
152
|
# File 'lib/fuelsdk/objects.rb', line 149
def post
munge_fields self.properties
super
end
|