class ProxES::Request::Snapshot
Attributes
repository[R]
Public Instance Methods
parse()
click to toggle source
# File lib/proxes/request/snapshot.rb, line 11 def parse @repository ||= check_part(path_parts[1]) @repository = [] if repository.nil? end