Class: ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic
- Defined in:
- lib/context_dev/models/brand_retrieve_response.rb,
sig/context_dev/models/brand_retrieve_response.rbs
Defined Under Namespace
Modules: Industry, Subindustry
Instance Attribute Summary collapse
-
#industry ⇒ Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Industry
Industry classification enum.
-
#subindustry ⇒ Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Subindustry
Subindustry classification enum.
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(industry:, subindustry:) ⇒ Object
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 |
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 408 class Eic < ContextDev::Internal::Type::BaseModel # @!attribute industry # Industry classification enum # # @return [Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Industry] required :industry, enum: -> { ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Industry } # @!attribute subindustry # Subindustry classification enum # # @return [Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Subindustry] required :subindustry, enum: -> { ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Subindustry } # @!method initialize(industry:, subindustry:) # @param industry [Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Industry] Industry classification enum # # @param subindustry [Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Subindustry] Subindustry classification enum # Industry classification enum # # @see ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic#industry module Industry extend ContextDev::Internal::Type::Enum AEROSPACE_DEFENSE = :"Aerospace & Defense" TECHNOLOGY = :Technology FINANCE = :Finance HEALTHCARE = :Healthcare RETAIL_E_COMMERCE = :"Retail & E-commerce" ENTERTAINMENT = :Entertainment EDUCATION = :Education GOVERNMENT_NONPROFIT = :"Government & Nonprofit" INDUSTRIAL_ENERGY = :"Industrial & Energy" AUTOMOTIVE_TRANSPORTATION = :"Automotive & Transportation" LIFESTYLE_LEISURE = :"Lifestyle & Leisure" LUXURY_FASHION = :"Luxury & Fashion" NEWS_MEDIA = :"News & Media" SPORTS = :Sports REAL_ESTATE_PROP_TECH = :"Real Estate & PropTech" LEGAL_COMPLIANCE = :"Legal & Compliance" TELECOMMUNICATIONS = :Telecommunications AGRICULTURE_FOOD = :"Agriculture & Food" PROFESSIONAL_SERVICES_AGENCIES = :"Professional Services & Agencies" CHEMICALS_MATERIALS = :"Chemicals & Materials" LOGISTICS_SUPPLY_CHAIN = :"Logistics & Supply Chain" HOSPITALITY_TOURISM = :"Hospitality & Tourism" CONSTRUCTION_BUILT_ENVIRONMENT = :"Construction & Built Environment" CONSUMER_PACKAGED_GOODS_CPG = :"Consumer Packaged Goods (CPG)" # @!method self.values # @return [Array<Symbol>] end # Subindustry classification enum # # @see ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic#subindustry module Subindustry extend ContextDev::Internal::Type::Enum DEFENSE_SYSTEMS_MILITARY_HARDWARE = :"Defense Systems & Military Hardware" AEROSPACE_MANUFACTURING = :"Aerospace Manufacturing" AVIONICS_NAVIGATION_TECHNOLOGY = :"Avionics & Navigation Technology" SUBSEA_NAVAL_DEFENSE_SYSTEMS = :"Subsea & Naval Defense Systems" SPACE_SATELLITE_TECHNOLOGY = :"Space & Satellite Technology" DEFENSE_IT_SYSTEMS_INTEGRATION = :"Defense IT & Systems Integration" SOFTWARE_B2_B = :"Software (B2B)" SOFTWARE_B2_C = :"Software (B2C)" CLOUD_INFRASTRUCTURE_DEV_OPS = :"Cloud Infrastructure & DevOps" CYBERSECURITY = :Cybersecurity ARTIFICIAL_INTELLIGENCE_MACHINE_LEARNING = :"Artificial Intelligence & Machine Learning" DATA_INFRASTRUCTURE_ANALYTICS = :"Data Infrastructure & Analytics" HARDWARE_SEMICONDUCTORS = :"Hardware & Semiconductors" FINTECH_INFRASTRUCTURE = :"Fintech Infrastructure" E_COMMERCE_MARKETPLACE_PLATFORMS = :"eCommerce & Marketplace Platforms" DEVELOPER_TOOLS_APIS = :"Developer Tools & APIs" WEB3_BLOCKCHAIN = :"Web3 & Blockchain" XR_SPATIAL_COMPUTING = :"XR & Spatial Computing" BANKING_LENDING = :"Banking & Lending" INVESTMENT_MANAGEMENT_WEALTH_TECH = :"Investment Management & WealthTech" INSURANCE_INSUR_TECH = :"Insurance & InsurTech" PAYMENTS_MONEY_MOVEMENT = :"Payments & Money Movement" ACCOUNTING_TAX_FINANCIAL_PLANNING_TOOLS = :"Accounting, Tax & Financial Planning Tools" CAPITAL_MARKETS_TRADING_PLATFORMS = :"Capital Markets & Trading Platforms" FINANCIAL_INFRASTRUCTURE_APIS = :"Financial Infrastructure & APIs" CREDIT_SCORING_RISK_MANAGEMENT = :"Credit Scoring & Risk Management" CRYPTOCURRENCY_DIGITAL_ASSETS = :"Cryptocurrency & Digital Assets" BNPL_ALTERNATIVE_FINANCING = :"BNPL & Alternative Financing" HEALTHCARE_PROVIDERS_SERVICES = :"Healthcare Providers & Services" PHARMACEUTICALS_DRUG_DEVELOPMENT = :"Pharmaceuticals & Drug Development" MEDICAL_DEVICES_DIAGNOSTICS = :"Medical Devices & Diagnostics" BIOTECHNOLOGY_GENOMICS = :"Biotechnology & Genomics" DIGITAL_HEALTH_TELEMEDICINE = :"Digital Health & Telemedicine" HEALTH_INSURANCE_BENEFITS_TECH = :"Health Insurance & Benefits Tech" CLINICAL_TRIALS_RESEARCH_PLATFORMS = :"Clinical Trials & Research Platforms" MENTAL_HEALTH_WELLNESS = :"Mental Health & Wellness" HEALTHCARE_IT_EHR_SYSTEMS = :"Healthcare IT & EHR Systems" CONSUMER_HEALTH_WELLNESS_PRODUCTS = :"Consumer Health & Wellness Products" ONLINE_MARKETPLACES = :"Online Marketplaces" DIRECT_TO_CONSUMER_DTC_BRANDS = :"Direct-to-Consumer (DTC) Brands" RETAIL_TECH_POINT_OF_SALE_SYSTEMS = :"Retail Tech & Point-of-Sale Systems" OMNICHANNEL_IN_STORE_RETAIL = :"Omnichannel & In-Store Retail" E_COMMERCE_ENABLEMENT_INFRASTRUCTURE = :"E-commerce Enablement & Infrastructure" SUBSCRIPTION_MEMBERSHIP_COMMERCE = :"Subscription & Membership Commerce" SOCIAL_COMMERCE_INFLUENCER_PLATFORMS = :"Social Commerce & Influencer Platforms" FASHION_APPAREL_RETAIL = :"Fashion & Apparel Retail" FOOD_BEVERAGE_GROCERY_E_COMMERCE = :"Food, Beverage & Grocery E-commerce" STREAMING_PLATFORMS_VIDEO_MUSIC_AUDIO = :"Streaming Platforms (Video, Music, Audio)" GAMING_INTERACTIVE_ENTERTAINMENT = :"Gaming & Interactive Entertainment" CREATOR_ECONOMY_INFLUENCER_PLATFORMS = :"Creator Economy & Influencer Platforms" FILM_TV_PRODUCTION_STUDIOS = :"Film, TV & Production Studios" EVENTS_VENUES_LIVE_ENTERTAINMENT = :"Events, Venues & Live Entertainment" VIRTUAL_WORLDS_METAVERSE_EXPERIENCES = :"Virtual Worlds & Metaverse Experiences" K_12_EDUCATION_PLATFORMS_TOOLS = :"K-12 Education Platforms & Tools" HIGHER_EDUCATION_UNIVERSITY_TECH = :"Higher Education & University Tech" ONLINE_LEARNING_MOO_CS = :"Online Learning & MOOCs" TEST_PREP_CERTIFICATION = :"Test Prep & Certification" CORPORATE_TRAINING_UPSKILLING = :"Corporate Training & Upskilling" TUTORING_SUPPLEMENTAL_LEARNING = :"Tutoring & Supplemental Learning" EDUCATION_MANAGEMENT_SYSTEMS_LMS_SIS = :"Education Management Systems (LMS/SIS)" LANGUAGE_LEARNING = :"Language Learning" CREATOR_LED_COHORT_BASED_COURSES = :"Creator-Led & Cohort-Based Courses" SPECIAL_EDUCATION_ACCESSIBILITY_TOOLS = :"Special Education & Accessibility Tools" GOVERNMENT_TECHNOLOGY_DIGITAL_SERVICES = :"Government Technology & Digital Services" CIVIC_ENGAGEMENT_POLICY_PLATFORMS = :"Civic Engagement & Policy Platforms" INTERNATIONAL_DEVELOPMENT_HUMANITARIAN_AID = :"International Development & Humanitarian Aid" PHILANTHROPY_GRANTMAKING = :"Philanthropy & Grantmaking" NONPROFIT_OPERATIONS_FUNDRAISING_TOOLS = :"Nonprofit Operations & Fundraising Tools" PUBLIC_HEALTH_SOCIAL_SERVICES = :"Public Health & Social Services" EDUCATION_YOUTH_DEVELOPMENT_PROGRAMS = :"Education & Youth Development Programs" ENVIRONMENTAL_CLIMATE_ACTION_ORGANIZATIONS = :"Environmental & Climate Action Organizations" LEGAL_AID_SOCIAL_JUSTICE_ADVOCACY = :"Legal Aid & Social Justice Advocacy" MUNICIPAL_INFRASTRUCTURE_SERVICES = :"Municipal & Infrastructure Services" MANUFACTURING_INDUSTRIAL_AUTOMATION = :"Manufacturing & Industrial Automation" ENERGY_PRODUCTION_OIL_GAS_NUCLEAR = :"Energy Production (Oil, Gas, Nuclear)" RENEWABLE_ENERGY_CLEANTECH = :"Renewable Energy & Cleantech" UTILITIES_GRID_INFRASTRUCTURE = :"Utilities & Grid Infrastructure" INDUSTRIAL_IO_T_MONITORING_SYSTEMS = :"Industrial IoT & Monitoring Systems" CONSTRUCTION_HEAVY_EQUIPMENT = :"Construction & Heavy Equipment" MINING_NATURAL_RESOURCES = :"Mining & Natural Resources" ENVIRONMENTAL_ENGINEERING_SUSTAINABILITY = :"Environmental Engineering & Sustainability" ENERGY_STORAGE_BATTERY_TECHNOLOGY = :"Energy Storage & Battery Technology" AUTOMOTIVE_OE_MS_VEHICLE_MANUFACTURING = :"Automotive OEMs & Vehicle Manufacturing" ELECTRIC_VEHICLES_E_VS_CHARGING_INFRASTRUCTURE = :"Electric Vehicles (EVs) & Charging Infrastructure" MOBILITY_AS_A_SERVICE_MAA_S = :"Mobility-as-a-Service (MaaS)" FLEET_MANAGEMENT = :"Fleet Management" PUBLIC_TRANSIT_URBAN_MOBILITY = :"Public Transit & Urban Mobility" AUTONOMOUS_VEHICLES_ADAS = :"Autonomous Vehicles & ADAS" AFTERMARKET_PARTS_SERVICES = :"Aftermarket Parts & Services" TELEMATICS_VEHICLE_CONNECTIVITY = :"Telematics & Vehicle Connectivity" AVIATION_AEROSPACE_TRANSPORT = :"Aviation & Aerospace Transport" MARITIME_SHIPPING = :"Maritime Shipping" FITNESS_WELLNESS = :"Fitness & Wellness" BEAUTY_PERSONAL_CARE = :"Beauty & Personal Care" HOME_LIVING = :"Home & Living" DATING_RELATIONSHIPS = :"Dating & Relationships" HOBBIES_CRAFTS_DIY = :"Hobbies, Crafts & DIY" OUTDOOR_RECREATIONAL_GEAR = :"Outdoor & Recreational Gear" EVENTS_EXPERIENCES_TICKETING_PLATFORMS = :"Events, Experiences & Ticketing Platforms" DESIGNER_LUXURY_APPAREL = :"Designer & Luxury Apparel" ACCESSORIES_JEWELRY_WATCHES = :"Accessories, Jewelry & Watches" FOOTWEAR_LEATHER_GOODS = :"Footwear & Leather Goods" BEAUTY_FRAGRANCE_SKINCARE = :"Beauty, Fragrance & Skincare" FASHION_MARKETPLACES_RETAIL_PLATFORMS = :"Fashion Marketplaces & Retail Platforms" SUSTAINABLE_ETHICAL_FASHION = :"Sustainable & Ethical Fashion" RESALE_VINTAGE_CIRCULAR_FASHION = :"Resale, Vintage & Circular Fashion" FASHION_TECH_VIRTUAL_TRY_ONS = :"Fashion Tech & Virtual Try-Ons" STREETWEAR_EMERGING_LUXURY = :"Streetwear & Emerging Luxury" COUTURE_MADE_TO_MEASURE = :"Couture & Made-to-Measure" NEWS_PUBLISHING_JOURNALISM = :"News Publishing & Journalism" ADVERTISING_ADTECH_MEDIA_BUYING = :"Advertising, Adtech & Media Buying" DIGITAL_MEDIA_CONTENT_PLATFORMS = :"Digital Media & Content Platforms" BROADCASTING_TV_RADIO = :"Broadcasting (TV & Radio)" PODCASTING_AUDIO_MEDIA = :"Podcasting & Audio Media" NEWS_AGGREGATORS_CURATION_TOOLS = :"News Aggregators & Curation Tools" INDEPENDENT_CREATOR_LED_MEDIA = :"Independent & Creator-Led Media" NEWSLETTERS_SUBSTACK_STYLE_PLATFORMS = :"Newsletters & Substack-Style Platforms" POLITICAL_INVESTIGATIVE_MEDIA = :"Political & Investigative Media" TRADE_NICHE_PUBLICATIONS = :"Trade & Niche Publications" MEDIA_MONITORING_ANALYTICS = :"Media Monitoring & Analytics" PROFESSIONAL_TEAMS_LEAGUES = :"Professional Teams & Leagues" SPORTS_MEDIA_BROADCASTING = :"Sports Media & Broadcasting" SPORTS_BETTING_FANTASY_SPORTS = :"Sports Betting & Fantasy Sports" FITNESS_ATHLETIC_TRAINING_PLATFORMS = :"Fitness & Athletic Training Platforms" SPORTSWEAR_EQUIPMENT = :"Sportswear & Equipment" ESPORTS_COMPETITIVE_GAMING = :"Esports & Competitive Gaming" SPORTS_VENUES_EVENT_MANAGEMENT = :"Sports Venues & Event Management" ATHLETE_MANAGEMENT_TALENT_AGENCIES = :"Athlete Management & Talent Agencies" SPORTS_TECH_PERFORMANCE_ANALYTICS = :"Sports Tech & Performance Analytics" YOUTH_AMATEUR_COLLEGIATE_SPORTS = :"Youth, Amateur & Collegiate Sports" REAL_ESTATE_MARKETPLACES = :"Real Estate Marketplaces" PROPERTY_MANAGEMENT_SOFTWARE = :"Property Management Software" RENTAL_PLATFORMS = :"Rental Platforms" MORTGAGE_LENDING_TECH = :"Mortgage & Lending Tech" REAL_ESTATE_INVESTMENT_PLATFORMS = :"Real Estate Investment Platforms" LAW_FIRMS_LEGAL_SERVICES = :"Law Firms & Legal Services" LEGAL_TECH_AUTOMATION = :"Legal Tech & Automation" REGULATORY_COMPLIANCE = :"Regulatory Compliance" E_DISCOVERY_LITIGATION_TOOLS = :"E-Discovery & Litigation Tools" CONTRACT_MANAGEMENT = :"Contract Management" GOVERNANCE_RISK_COMPLIANCE_GRC = :"Governance, Risk & Compliance (GRC)" IP_TRADEMARK_MANAGEMENT = :"IP & Trademark Management" LEGAL_RESEARCH_INTELLIGENCE = :"Legal Research & Intelligence" COMPLIANCE_TRAINING_CERTIFICATION = :"Compliance Training & Certification" WHISTLEBLOWER_ETHICS_REPORTING = :"Whistleblower & Ethics Reporting" MOBILE_WIRELESS_NETWORKS_3_G_4_G_5_G = :"Mobile & Wireless Networks (3G/4G/5G)" BROADBAND_FIBER_INTERNET = :"Broadband & Fiber Internet" SATELLITE_SPACE_BASED_COMMUNICATIONS = :"Satellite & Space-Based Communications" NETWORK_EQUIPMENT_INFRASTRUCTURE = :"Network Equipment & Infrastructure" TELECOM_BILLING_OSS_BSS_SYSTEMS = :"Telecom Billing & OSS/BSS Systems" VO_IP_UNIFIED_COMMUNICATIONS = :"VoIP & Unified Communications" INTERNET_SERVICE_PROVIDERS_IS_PS = :"Internet Service Providers (ISPs)" EDGE_COMPUTING_NETWORK_VIRTUALIZATION = :"Edge Computing & Network Virtualization" IO_T_CONNECTIVITY_PLATFORMS = :"IoT Connectivity Platforms" PRECISION_AGRICULTURE_AG_TECH = :"Precision Agriculture & AgTech" CROP_LIVESTOCK_PRODUCTION = :"Crop & Livestock Production" FOOD_BEVERAGE_MANUFACTURING_PROCESSING = :"Food & Beverage Manufacturing & Processing" FOOD_DISTRIBUTION = :"Food Distribution" RESTAURANTS_FOOD_SERVICE = :"Restaurants & Food Service" AGRICULTURAL_INPUTS_EQUIPMENT = :"Agricultural Inputs & Equipment" SUSTAINABLE_REGENERATIVE_AGRICULTURE = :"Sustainable & Regenerative Agriculture" SEAFOOD_AQUACULTURE = :"Seafood & Aquaculture" MANAGEMENT_CONSULTING = :"Management Consulting" MARKETING_ADVERTISING_AGENCIES = :"Marketing & Advertising Agencies" DESIGN_BRANDING_CREATIVE_STUDIOS = :"Design, Branding & Creative Studios" IT_SERVICES_MANAGED_SERVICES = :"IT Services & Managed Services" STAFFING_RECRUITING_TALENT = :"Staffing, Recruiting & Talent" ACCOUNTING_TAX_FIRMS = :"Accounting & Tax Firms" PUBLIC_RELATIONS_COMMUNICATIONS = :"Public Relations & Communications" BUSINESS_PROCESS_OUTSOURCING_BPO = :"Business Process Outsourcing (BPO)" PROFESSIONAL_TRAINING_COACHING = :"Professional Training & Coaching" SPECIALTY_CHEMICALS = :"Specialty Chemicals" COMMODITY_PETROCHEMICALS = :"Commodity & Petrochemicals" POLYMERS_PLASTICS_RUBBER = :"Polymers, Plastics & Rubber" COATINGS_ADHESIVES_SEALANTS = :"Coatings, Adhesives & Sealants" INDUSTRIAL_GASES = :"Industrial Gases" ADVANCED_MATERIALS_COMPOSITES = :"Advanced Materials & Composites" BATTERY_MATERIALS_ENERGY_STORAGE = :"Battery Materials & Energy Storage" ELECTRONIC_MATERIALS_SEMICONDUCTOR_CHEMICALS = :"Electronic Materials & Semiconductor Chemicals" AGROCHEMICALS_FERTILIZERS = :"Agrochemicals & Fertilizers" FREIGHT_TRANSPORTATION_TECH = :"Freight & Transportation Tech" LAST_MILE_DELIVERY = :"Last-Mile Delivery" WAREHOUSE_AUTOMATION = :"Warehouse Automation" SUPPLY_CHAIN_VISIBILITY_PLATFORMS = :"Supply Chain Visibility Platforms" LOGISTICS_MARKETPLACES = :"Logistics Marketplaces" SHIPPING_FREIGHT_FORWARDING = :"Shipping & Freight Forwarding" COLD_CHAIN_LOGISTICS = :"Cold Chain Logistics" REVERSE_LOGISTICS_RETURNS = :"Reverse Logistics & Returns" CROSS_BORDER_TRADE_TECH = :"Cross-Border Trade Tech" TRANSPORTATION_MANAGEMENT_SYSTEMS_TMS = :"Transportation Management Systems (TMS)" HOTELS_ACCOMMODATION = :"Hotels & Accommodation" VACATION_RENTALS_SHORT_TERM_STAYS = :"Vacation Rentals & Short-Term Stays" RESTAURANT_TECH_MANAGEMENT = :"Restaurant Tech & Management" TRAVEL_BOOKING_PLATFORMS = :"Travel Booking Platforms" TOURISM_EXPERIENCES_ACTIVITIES = :"Tourism Experiences & Activities" CRUISE_LINES_MARINE_TOURISM = :"Cruise Lines & Marine Tourism" HOSPITALITY_MANAGEMENT_SYSTEMS = :"Hospitality Management Systems" EVENT_VENUE_MANAGEMENT = :"Event & Venue Management" CORPORATE_TRAVEL_MANAGEMENT = :"Corporate Travel Management" TRAVEL_INSURANCE_PROTECTION = :"Travel Insurance & Protection" CONSTRUCTION_MANAGEMENT_SOFTWARE = :"Construction Management Software" BIM_CAD_DESIGN_TOOLS = :"BIM/CAD & Design Tools" CONSTRUCTION_MARKETPLACES = :"Construction Marketplaces" EQUIPMENT_RENTAL_MANAGEMENT = :"Equipment Rental & Management" BUILDING_MATERIALS_PROCUREMENT = :"Building Materials & Procurement" CONSTRUCTION_WORKFORCE_MANAGEMENT = :"Construction Workforce Management" PROJECT_ESTIMATION_BIDDING = :"Project Estimation & Bidding" MODULAR_PREFAB_CONSTRUCTION = :"Modular & Prefab Construction" CONSTRUCTION_SAFETY_COMPLIANCE = :"Construction Safety & Compliance" SMART_BUILDING_TECHNOLOGY = :"Smart Building Technology" FOOD_BEVERAGE_CPG = :"Food & Beverage CPG" HOME_PERSONAL_CARE_CPG = :"Home & Personal Care CPG" CPG_ANALYTICS_INSIGHTS = :"CPG Analytics & Insights" DIRECT_TO_CONSUMER_CPG_BRANDS = :"Direct-to-Consumer CPG Brands" CPG_SUPPLY_CHAIN_DISTRIBUTION = :"CPG Supply Chain & Distribution" PRIVATE_LABEL_MANUFACTURING = :"Private Label Manufacturing" CPG_RETAIL_INTELLIGENCE = :"CPG Retail Intelligence" SUSTAINABLE_CPG_PACKAGING = :"Sustainable CPG & Packaging" BEAUTY_COSMETICS_CPG = :"Beauty & Cosmetics CPG" HEALTH_WELLNESS_CPG = :"Health & Wellness CPG" # @!method self.values # @return [Array<Symbol>] end end |
Instance Attribute Details
#industry ⇒ Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Industry
Industry classification enum
413 414 |
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 413 required :industry, enum: -> { ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Industry } |
#subindustry ⇒ Symbol, ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Subindustry
Subindustry classification enum
420 421 |
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 420 required :subindustry, enum: -> { ContextDev::Models::BrandRetrieveResponse::Brand::Industries::Eic::Subindustry } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 459
|
Instance Method Details
#to_hash ⇒ {
440 |
# File 'sig/context_dev/models/brand_retrieve_response.rbs', line 440
def to_hash: -> {
|