Sha256: 6e7b531af4e66d28d722deb80fa69c56439c0651322286fe8b811264e9e45af2

Contents?: true

Size: 489 Bytes

Versions: 17

Compression:

Stored size: 489 Bytes

Contents

# encoding: utf-8

module Punchblock
  module Component
    class ReceiveFax < ComponentNode
      register :receivefax, :fax

      class Fax < RayoNode
        register :fax, :fax_complete

        attribute :url, String
        attribute :resolution, String
        attribute :pages, Integer
        attribute :size, Integer
      end

      class Complete
        class Finish < Event::Complete::Reason
          register :finish, :fax_complete
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
punchblock-2.7.5 lib/punchblock/component/receive_fax.rb
punchblock-2.7.3 lib/punchblock/component/receive_fax.rb
punchblock-2.7.2 lib/punchblock/component/receive_fax.rb
punchblock-2.7.1 lib/punchblock/component/receive_fax.rb
punchblock-2.7.0 lib/punchblock/component/receive_fax.rb
punchblock-2.6.0 lib/punchblock/component/receive_fax.rb
punchblock-2.5.3 lib/punchblock/component/receive_fax.rb
punchblock-2.5.2 lib/punchblock/component/receive_fax.rb
punchblock-2.5.1 lib/punchblock/component/receive_fax.rb
punchblock-2.5.0 lib/punchblock/component/receive_fax.rb
punchblock-2.4.2 lib/punchblock/component/receive_fax.rb
punchblock-2.4.0 lib/punchblock/component/receive_fax.rb
punchblock-2.3.1 lib/punchblock/component/receive_fax.rb
punchblock-2.3.0 lib/punchblock/component/receive_fax.rb
punchblock-2.2.2 lib/punchblock/component/receive_fax.rb
punchblock-2.2.1 lib/punchblock/component/receive_fax.rb
punchblock-2.2.0 lib/punchblock/component/receive_fax.rb