Class: Apadmi::Grout::AdoConfig
- Inherits:
-
Struct
- Object
- Struct
- Apadmi::Grout::AdoConfig
- Defined in:
- lib/apadmi/grout/models/ado_config.rb
Instance Attribute Summary collapse
-
#expand_type ⇒ Object
Returns the value of attribute expand_type.
-
#flag_tag ⇒ Object
Returns the value of attribute flag_tag.
Instance Method Summary collapse
-
#initialize(flag_tag:, expand_type: "none") ⇒ AdoConfig
constructor
A new instance of AdoConfig.
Constructor Details
#initialize(flag_tag:, expand_type: "none") ⇒ AdoConfig
Returns a new instance of AdoConfig.
10 11 12 |
# File 'lib/apadmi/grout/models/ado_config.rb', line 10 def initialize(flag_tag:, expand_type: "none") super end |
Instance Attribute Details
#expand_type ⇒ Object
Returns the value of attribute expand_type
5 6 7 |
# File 'lib/apadmi/grout/models/ado_config.rb', line 5 def @expand_type end |
#flag_tag ⇒ Object
Returns the value of attribute flag_tag
5 6 7 |
# File 'lib/apadmi/grout/models/ado_config.rb', line 5 def flag_tag @flag_tag end |