Class: FuelSDK::DataExtension::Row
- Inherits:
-
Objects::Base
- Object
- Objects::Base
- FuelSDK::DataExtension::Row
- Includes:
- Objects::Soap::CUD, Objects::Soap::Read
- Defined in:
- lib/fuelsdk/objects.rb
Instance Attribute Summary collapse
-
#customer_key ⇒ Object
Returns the value of attribute customer_key.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes included from Objects::Soap::Read
Attributes inherited from Objects::Base
Instance Method Summary collapse
Methods included from Objects::Soap::Read
Methods inherited from Objects::Base
Instance Attribute Details
#customer_key ⇒ Object
Returns the value of attribute customer_key.
173 174 175 |
# File 'lib/fuelsdk/objects.rb', line 173 def customer_key @customer_key end |
#name ⇒ Object
Returns the value of attribute name.
173 174 175 |
# File 'lib/fuelsdk/objects.rb', line 173 def name @name end |
Instance Method Details
#delete ⇒ Object
211 212 213 214 |
# File 'lib/fuelsdk/objects.rb', line 211 def delete add_customer_key self.properties super end |
#get ⇒ Object
183 184 185 |
# File 'lib/fuelsdk/objects.rb', line 183 def get super "#{id}[#{name}]" end |
#id ⇒ Object
179 180 181 |
# File 'lib/fuelsdk/objects.rb', line 179 def id 'DataExtensionObject' end |
#patch ⇒ Object
206 207 208 209 |
# File 'lib/fuelsdk/objects.rb', line 206 def patch add_customer_key self.properties super end |
#post ⇒ Object
201 202 203 204 |
# File 'lib/fuelsdk/objects.rb', line 201 def post add_customer_key self.properties super end |