Module: Appscript::AppDataAccessors

Defined in:
lib/rb-scpt.rb

Overview

APPDATA

Instance Attribute Summary collapse

Instance Attribute Details

#reference_by_codeObject (readonly)

Returns the value of attribute reference_by_code.



28
29
30
# File 'lib/rb-scpt.rb', line 28

def reference_by_code
  @reference_by_code
end

#reference_by_nameObject (readonly)

Returns the value of attribute reference_by_name.



28
29
30
# File 'lib/rb-scpt.rb', line 28

def reference_by_name
  @reference_by_name
end

#targetObject (readonly)

Returns the value of attribute target.



28
29
30
# File 'lib/rb-scpt.rb', line 28

def target
  @target
end

#type_by_codeObject (readonly)

Returns the value of attribute type_by_code.



28
29
30
# File 'lib/rb-scpt.rb', line 28

def type_by_code
  @type_by_code
end

#type_by_nameObject (readonly)

Returns the value of attribute type_by_name.



28
29
30
# File 'lib/rb-scpt.rb', line 28

def type_by_name
  @type_by_name
end