Class: XDry::IdVarType

Inherits:
VarType show all
Defined in:
lib/xdry/parsing/parts/var_types.rb

Instance Method Summary collapse

Methods inherited from VarType

#needs_space?, parse, #to_source_with_space

Instance Method Details

#default_property_retainment_policyObject



32
# File 'lib/xdry/parsing/parts/var_types.rb', line 32

def default_property_retainment_policy; 'assign'; end

#to_sObject



28
29
30
# File 'lib/xdry/parsing/parts/var_types.rb', line 28

def to_s
  "id"
end