Module: Taro::Config

Defined in:
lib/taro/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_nameObject

Returns the value of attribute api_name.



2
3
4
# File 'lib/taro/config.rb', line 2

def api_name
  @api_name
end

#api_versionObject

Returns the value of attribute api_version.



2
3
4
# File 'lib/taro/config.rb', line 2

def api_version
  @api_version
end

#export_formatObject

Returns the value of attribute export_format.



2
3
4
# File 'lib/taro/config.rb', line 2

def export_format
  @export_format
end

#export_pathObject

Returns the value of attribute export_path.



2
3
4
# File 'lib/taro/config.rb', line 2

def export_path
  @export_path
end

#parse_paramsObject

Returns the value of attribute parse_params.



2
3
4
# File 'lib/taro/config.rb', line 2

def parse_params
  @parse_params
end