Project

General

Profile

Download (184 Bytes) Statistics
| Branch: | Tag: | Revision:
module ProxyAPI
class Features < Resource
def initialize args
@url = args[:url] + "/features"
super args
end

def features
parse get
end
end
end
(4-4/8)