Class: HighLevel::Models::Payments::IntegrationProviderSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::IntegrationProviderSchema
- Defined in:
- lib/high_level/models/payments/integration_provider_schema.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#route ⇒ Object
readonly
Returns the value of attribute route.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def alt_type @alt_type end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def created_at @created_at end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def id @id end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def image_url @image_url end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def provider @provider end |
#route ⇒ Object (readonly)
Returns the value of attribute route
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def route @route end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def title @title end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9 def updated_at @updated_at end |