Class: FbcParamConfigs
- Inherits:
-
Object
- Object
- FbcParamConfigs
- Defined in:
- lib/model/fbc_param_configs.rb
Overview
This source code is licensed under the license found in the LICENSE file in the root directory of this source tree.
Instance Attribute Summary collapse
-
#ebp_path ⇒ Object
Returns the value of attribute ebp_path.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Method Summary collapse
-
#initialize(query, prefix, ebp_path) ⇒ FbcParamConfigs
constructor
A new instance of FbcParamConfigs.
Constructor Details
#initialize(query, prefix, ebp_path) ⇒ FbcParamConfigs
Returns a new instance of FbcParamConfigs.
9 10 11 12 13 |
# File 'lib/model/fbc_param_configs.rb', line 9 def initialize(query, prefix, ebp_path) @query = query @prefix = prefix @ebp_path = ebp_path end |
Instance Attribute Details
#ebp_path ⇒ Object
Returns the value of attribute ebp_path.
8 9 10 |
# File 'lib/model/fbc_param_configs.rb', line 8 def ebp_path @ebp_path end |
#prefix ⇒ Object
Returns the value of attribute prefix.
8 9 10 |
# File 'lib/model/fbc_param_configs.rb', line 8 def prefix @prefix end |
#query ⇒ Object
Returns the value of attribute query.
8 9 10 |
# File 'lib/model/fbc_param_configs.rb', line 8 def query @query end |