class Template
Attributes
api_regions[RW]
background_image_asset_id[RW]
custom_code[RW]
custom_links[RW]
domain[RW]
label_names[RW]
name[RW]
password[RW]
title[RW]
Public Instance Methods
pops()
click to toggle source
# File lib/template.rb, line 16 def pops @pops ||= RestfulModelCollection.new(Pop, @_api, self) end