Class: Google::Apis::ContentV2::BusinessDayConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BusinessDayConfig

Returns a new instance of BusinessDayConfig.



1588
1589
1590
# File 'lib/google/apis/content_v2/classes.rb', line 1588

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#business_daysArray<String>

Regular business days, such as '"monday"'. May not be empty. Corresponds to the JSON property businessDays

Returns:

  • (Array<String>)


1586
1587
1588
# File 'lib/google/apis/content_v2/classes.rb', line 1586

def business_days
  @business_days
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1593
1594
1595
# File 'lib/google/apis/content_v2/classes.rb', line 1593

def update!(**args)
  @business_days = args[:business_days] if args.key?(:business_days)
end