Class: Apadmi::Grout::AdoConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/apadmi/grout/models/ado_config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeObject

Returns the value of attribute expand_type

Returns:

  • (Object)

    the current value of expand_type



5
6
7
# File 'lib/apadmi/grout/models/ado_config.rb', line 5

def expand_type
  @expand_type
end

#flag_tagObject

Returns the value of attribute flag_tag

Returns:

  • (Object)

    the current value of flag_tag



5
6
7
# File 'lib/apadmi/grout/models/ado_config.rb', line 5

def flag_tag
  @flag_tag
end