Sha256: 67c458f4e7ae2d6dc97cf566b09b4194aa7469632966b515b04c4fc792be6b8f
Contents?: true
Size: 386 Bytes
Versions: 17
Compression:
Stored size: 386 Bytes
Contents
module GeoCerts ## # Very simple class which contains the text of a User Agreement for a particular # GeoCerts::Product. The primary interface to this class is via # GeoCerts::Product.user_agreement. # class Agreement < ApiObject attr_accessor :text def initialize(attributes = {}) self.text = attributes[:agreement] end end end
Version data entries
17 entries across 17 versions & 1 rubygems