Class: Iterable::CatalogFieldMappings
- Inherits:
-
ApiResource
- Object
- ApiResource
- Iterable::CatalogFieldMappings
- Extended by:
- T::Sig
- Defined in:
- lib/iterable/catalog_field_mappings.rb
Overview
Interact with /catalogs/catalogName/fieldMappings API endpoints **currently in Beta only**
Instance Attribute Summary collapse
-
#catalog ⇒ Object
readonly
Returns the value of attribute catalog.
Attributes inherited from ApiResource
Instance Method Summary collapse
- #get ⇒ Object
-
#initialize(catalog, conf = nil) ⇒ CatalogFieldMappings
constructor
A new instance of CatalogFieldMappings.
- #update(mappings_updates = []) ⇒ Object
Methods inherited from ApiResource
default_config, #default_config
Constructor Details
#initialize(catalog, conf = nil) ⇒ CatalogFieldMappings
Returns a new instance of CatalogFieldMappings.
31 32 33 34 |
# File 'lib/iterable/catalog_field_mappings.rb', line 31 def initialize(catalog, conf = nil) @catalog = catalog super conf end |
Instance Attribute Details
#catalog ⇒ Object (readonly)
Returns the value of attribute catalog.
20 21 22 |
# File 'lib/iterable/catalog_field_mappings.rb', line 20 def catalog @catalog end |