Sha256: e27811a6d7f570a73fb437ecd06db2a86fac8fbde1322b475d3bd3811c48ebfc

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

require 'prontoforms/resource'

module ProntoForms
  class FormSpace < Resource
    # @return [String] The FormSpace identifier
    property :id, key: 'identifier'
    # @return [String] The FormSpace name
    property :name, key: 'name'
    # @return [String] The address that error emails are sent to
    property :problem_contact_email, key: 'problemContactEmail'
    # @return [Boolean] Whether updates are automatically pushed to devices
    property :push_updates_to_device, key: 'pushUpdatesToDevice'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prontoforms-0.3.1 lib/prontoforms/form_space.rb