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