Class: FbcParamConfigs

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_pathObject

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

#prefixObject

Returns the value of attribute prefix.



8
9
10
# File 'lib/model/fbc_param_configs.rb', line 8

def prefix
  @prefix
end

#queryObject

Returns the value of attribute query.



8
9
10
# File 'lib/model/fbc_param_configs.rb', line 8

def query
  @query
end