lib/zerigodns/host_template.rb in zerigodns-1.0.2 vs lib/zerigodns/host_template.rb in zerigodns-1.1.0
- old
+ new
@@ -1,5 +1,8 @@
-class ZerigoDNS::HostTemplate < ZerigoDNS::Base
+class ZerigoDNS::HostTemplate < ZerigoDNS::Client
+
+ include ZerigoDNS::Resource
+
# Fetches the zone template to which the host template belongs.
# @return [ZoneTemplate] The zone template to which the host template belongs.
# @raise [ActiveResource::ResourceNotFound] if the zone template does not exist.
def zone_template