class RXCode::FileReference

Public Instance Methods

last_known_file_type() click to toggle source
# File lib/rxcode/models/file_reference.rb, line 17
def last_known_file_type
  archive_object['lastKnownFileType']
end
name() click to toggle source
# File lib/rxcode/models/file_reference.rb, line 5
def name
  archive_object['name']
end
path() click to toggle source
# File lib/rxcode/models/file_reference.rb, line 9
def path
  archive_object['path']
end
source_tree() click to toggle source
# File lib/rxcode/models/file_reference.rb, line 13
def source_tree
  archive_object['sourceTree']
end