Class: Codily::Elements::Domain
- Inherits:
-
ServiceBelonggingBase
- Object
- Base
- ServiceBelonggingBase
- Codily::Elements::Domain
- Defined in:
- lib/codily/elements/domain.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from ServiceBelonggingBase
#as_hash, #initialize, #key, parent_class, #parent_key, #service_id, #service_name
Methods inherited from Base
#as_dsl_hash, #as_hash, def_attr, defaults, #dsl_args, #id, #initialize, #inspect, #key, #name, name_for_attr, #parent, #parent_class, parent_class, #parent_key, #parents, path
Constructor Details
This class inherits a constructor from Codily::Elements::ServiceBelonggingBase
Instance Method Details
#fastly_class ⇒ Object
14 15 16 |
# File 'lib/codily/elements/domain.rb', line 14 def fastly_class Fastly::Domain end |
#setup ⇒ Object
10 11 12 |
# File 'lib/codily/elements/domain.rb', line 10 def setup delete_if_empty! :comment end |