class SparkleFormation::JinjaExpressionStruct
FunctionStruct
for jinja expressions
Public Instance Methods
__anchor_start()
click to toggle source
@return [String] start character(s) used to anchor function call
# File lib/sparkle_formation/function_struct.rb, line 263 def __anchor_start "{{ " end
__anchor_stop()
click to toggle source
@return [String] stop character(s) used to anchor function call
# File lib/sparkle_formation/function_struct.rb, line 268 def __anchor_stop " }}" end
__empty_argument_list()
click to toggle source
@return [String] value to use when argument list is empty
# File lib/sparkle_formation/function_struct.rb, line 273 def __empty_argument_list "" end
__single_quote_strings()
click to toggle source
@return [FalseClass] disable single quote string generation
# File lib/sparkle_formation/function_struct.rb, line 278 def __single_quote_strings false end
_klass()
click to toggle source
@return [Class]
# File lib/sparkle_formation/function_struct.rb, line 283 def _klass ::SparkleFormation::JinjaExpressionStruct end