Sha256: 1565c71e1a50bfa339a6897b137511b56e9c222d9ff22eefe2171af900082455
Contents?: true
Size: 183 Bytes
Versions: 5
Compression:
Stored size: 183 Bytes
Contents
xml.result do xml.postid @post.id xml.status @post.allows_comment? if @post.allows_comment? xml.message 'Disallow Comments' else xml.message 'Allow Comments' end end
Version data entries
5 entries across 5 versions & 1 rubygems