Class: ProviderPrivacyConfiguration

Inherits:
Object
  • Object
show all
Defined in:
app/models/provider_privacy_configuration.rb

Overview

The Privacy Configuration for a Customer.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Boolean) bookings_public

Returns whether the Bookings are public to all Customers or just the ones trusted by that Provider.

Returns:



9
10
11
# File 'app/models/provider_privacy_configuration.rb', line 9

def bookings_public
  @bookings_public
end

- (Boolean) slots_public

Returns whether the Slots are public to all Customers or just the ones trusted by that Provider.

Returns:

  • (Boolean)

    whether the Slots are public to all Customers or just the ones trusted by that Provider.



5
6
7
# File 'app/models/provider_privacy_configuration.rb', line 5

def slots_public
  @slots_public
end