Class: AnnFlavorCore::CloudflareConfig
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::CloudflareConfig
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id
96 97 98 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 96 def account_id @account_id end |
#branch ⇒ Object
Returns the value of attribute branch
96 97 98 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 96 def branch @branch end |
#mode ⇒ Object
Returns the value of attribute mode
96 97 98 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 96 def mode @mode end |
#project_name ⇒ Object
Returns the value of attribute project_name
96 97 98 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 96 def project_name @project_name end |