Method: EPlat::Mapping::Bigcommerce::V3::Metafield#native_attributes

Defined in:
lib/e_plat/mapping/bigcommerce/v_3/metafield.rb

#native_attributesObject



11
12
13
14
15
16
17
18
19
20
21
22
23
24
# File 'lib/e_plat/mapping/bigcommerce/v_3/metafield.rb', line 11

def native_attributes
    super.concat([
        "id",
        "key",
        "value",
        "namespace",
        "permission_set",
        "resource_type",
        "resource_id",
        "description",
        "date_created",
        "date_modified"
    ])
end