Class: HighLevel::Models::Payments::CustomProviderKeys
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::CustomProviderKeys
- Defined in:
- lib/high_level/models/payments/custom_provider_keys.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
readonly
Returns the value of attribute api_key.
-
#publishable_key ⇒ Object
readonly
Returns the value of attribute publishable_key.
Instance Attribute Details
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key
9 10 11 |
# File 'lib/high_level/models/payments/custom_provider_keys.rb', line 9 def api_key @api_key end |
#publishable_key ⇒ Object (readonly)
Returns the value of attribute publishable_key
9 10 11 |
# File 'lib/high_level/models/payments/custom_provider_keys.rb', line 9 def publishable_key @publishable_key end |