Module: Taro::Config
- Defined in:
- lib/taro/config.rb
Instance Attribute Summary collapse
-
#api_name ⇒ Object
Returns the value of attribute api_name.
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#export_format ⇒ Object
Returns the value of attribute export_format.
-
#export_path ⇒ Object
Returns the value of attribute export_path.
-
#parse_params ⇒ Object
Returns the value of attribute parse_params.
Instance Attribute Details
#api_name ⇒ Object
Returns the value of attribute api_name.
2 3 4 |
# File 'lib/taro/config.rb', line 2 def api_name @api_name end |
#api_version ⇒ Object
Returns the value of attribute api_version.
2 3 4 |
# File 'lib/taro/config.rb', line 2 def api_version @api_version end |
#export_format ⇒ Object
Returns the value of attribute export_format.
2 3 4 |
# File 'lib/taro/config.rb', line 2 def export_format @export_format end |
#export_path ⇒ Object
Returns the value of attribute export_path.
2 3 4 |
# File 'lib/taro/config.rb', line 2 def export_path @export_path end |
#parse_params ⇒ Object
Returns the value of attribute parse_params.
2 3 4 |
# File 'lib/taro/config.rb', line 2 def parse_params @parse_params end |