Class: ContextDev::Models::BrandRetrieveByTickerResponse::Brand::Links

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/context_dev/models/brand_retrieve_by_ticker_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from ContextDev::Internal::Type::BaseModel

Instance Attribute Details

#blogString?

URL to the brand’s blog or news page

Returns:

  • (String, nil)


643
# File 'lib/context_dev/models/brand_retrieve_by_ticker_response.rb', line 643

optional :blog, String, nil?: true

#careersString?

URL to the brand’s careers or job opportunities page

Returns:

  • (String, nil)


649
# File 'lib/context_dev/models/brand_retrieve_by_ticker_response.rb', line 649

optional :careers, String, nil?: true

#contactString?

URL to the brand’s contact or contact us page

Returns:

  • (String, nil)


655
# File 'lib/context_dev/models/brand_retrieve_by_ticker_response.rb', line 655

optional :contact, String, nil?: true

#pricingString?

URL to the brand’s pricing or plans page

Returns:

  • (String, nil)


661
# File 'lib/context_dev/models/brand_retrieve_by_ticker_response.rb', line 661

optional :pricing, String, nil?: true

#privacyString?

URL to the brand’s privacy policy page

Returns:

  • (String, nil)


667
# File 'lib/context_dev/models/brand_retrieve_by_ticker_response.rb', line 667

optional :privacy, String, nil?: true

#termsString?

URL to the brand’s terms of service or terms and conditions page

Returns:

  • (String, nil)


673
# File 'lib/context_dev/models/brand_retrieve_by_ticker_response.rb', line 673

optional :terms, String, nil?: true