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