Class: SparkleFormation::GoogleStruct
- Inherits:
-
FunctionStruct
- Object
- AttributeStruct
- FunctionStruct
- SparkleFormation::GoogleStruct
- Defined in:
- lib/sparkle_formation/function_struct.rb
Overview
FunctionStruct for customized google functions
Instance Attribute Summary
Attributes inherited from FunctionStruct
Instance Method Summary collapse
-
#__anchor_start ⇒ String
Start character(s) used to anchor function call.
-
#__anchor_stop ⇒ String
Stop character(s) used to anchor function call.
-
#__empty_argument_list ⇒ String
Value to use when argument list is empty.
-
#__single_quote_strings ⇒ FalseClass
Disable single quote string generation.
- #_klass ⇒ Class
Methods inherited from FunctionStruct
#[], #__quote_nested_funcs?, #__single_anchor?, #_dump, #_eval_join, #initialize, #inspect, #method_missing, #nil?, #root?, #to_s
Constructor Details
This class inherits a constructor from SparkleFormation::FunctionStruct
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class SparkleFormation::FunctionStruct
Instance Method Details
#__anchor_start ⇒ String
Returns start character(s) used to anchor function call.
242 243 244 |
# File 'lib/sparkle_formation/function_struct.rb', line 242 def __anchor_start '$(' end |
#__anchor_stop ⇒ String
Returns stop character(s) used to anchor function call.
247 248 249 |
# File 'lib/sparkle_formation/function_struct.rb', line 247 def __anchor_stop ')' end |
#__empty_argument_list ⇒ String
Returns value to use when argument list is empty.
252 253 254 |
# File 'lib/sparkle_formation/function_struct.rb', line 252 def __empty_argument_list '' end |
#__single_quote_strings ⇒ FalseClass
Returns disable single quote string generation.
257 258 259 |
# File 'lib/sparkle_formation/function_struct.rb', line 257 def __single_quote_strings false end |
#_klass ⇒ Class
262 263 264 |
# File 'lib/sparkle_formation/function_struct.rb', line 262 def _klass ::SparkleFormation::GoogleStruct end |