Class: Dodopayments::Models::IntegrationConfig::FramerConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Dodopayments::Models::IntegrationConfig::FramerConfig
- Defined in:
- lib/dodopayments/models/integration_config.rb,
sig/dodopayments/models/integration_config.rbs
Instance Attribute Summary collapse
-
#framer_template_id ⇒ String
Framer template identifier to grant access to.
Instance Method Summary collapse
-
#initialize ⇒ FramerConfig
constructor
A new instance of FramerConfig.
- #to_hash ⇒ { framer_template_id: String }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ FramerConfig
Returns a new instance of FramerConfig.
95 |
# File 'sig/dodopayments/models/integration_config.rbs', line 95
def initialize: (framer_template_id: String) -> void
|
Instance Attribute Details
#framer_template_id ⇒ String
Framer template identifier to grant access to.
120 |
# File 'lib/dodopayments/models/integration_config.rb', line 120 required :framer_template_id, String |
Instance Method Details
#to_hash ⇒ { framer_template_id: String }
97 |
# File 'sig/dodopayments/models/integration_config.rbs', line 97
def to_hash: -> { framer_template_id: String }
|