Class NFSN::Account
In: nfsn-api.rb
Parent: NFSN::APIObject
Error BadAuthenticationError BadTimestampError NotImplementedError APIObject Member Email Account Site DNS ::Exception Manager LogDevice NFSN dot/f_0.png

Methods

new  

Public Class methods

[Source]

# File nfsn-api.rb, line 334
        def initialize(mgr, account_id)
                if account_id !~ /^[0-9A-F]{4}-[0-9A-F]{8}$/
                        fail "Bad format for Account ID"
                end
                super(mgr, "account", account_id)
        end

[Validate]