Class: FuelSDK::DataExtension::Row
- Inherits:
-
Objects::Base
- Object
- Objects::Base
- FuelSDK::DataExtension::Row
- 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.
446 447 448 |
# File 'lib/fuelsdk/objects.rb', line 446 def customer_key @customer_key end |
#name ⇒ Object
Returns the value of attribute name.
446 447 448 |
# File 'lib/fuelsdk/objects.rb', line 446 def name @name end |
Instance Method Details
#delete ⇒ Object
489 490 491 492 |
# File 'lib/fuelsdk/objects.rb', line 489 def delete munge_keys self.properties super end |
#get ⇒ Object
456 457 458 |
# File 'lib/fuelsdk/objects.rb', line 456 def get super "#{id}[#{name}]" end |
#id ⇒ Object
452 453 454 |
# File 'lib/fuelsdk/objects.rb', line 452 def id 'DataExtensionObject' end |
#patch ⇒ Object
479 480 481 482 |
# File 'lib/fuelsdk/objects.rb', line 479 def patch munge_properties self.properties super end |
#post ⇒ Object
474 475 476 477 |
# File 'lib/fuelsdk/objects.rb', line 474 def post munge_properties self.properties super end |
#put ⇒ Object
484 485 486 487 |
# File 'lib/fuelsdk/objects.rb', line 484 def put munge_properties self.properties super end |