Class: Interfax::Fax
- Inherits:
-
Object
- Object
- Interfax::Fax
- Defined in:
- lib/interfax/fax.rb
Instance Attribute Summary collapse
-
#callerID ⇒ Object
readonly
Returns the value of attribute callerID.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#imageStatus ⇒ Object
readonly
Returns the value of attribute imageStatus.
-
#messageSize ⇒ Object
readonly
Returns the value of attribute messageSize.
-
#messageStatus ⇒ Object
readonly
Returns the value of attribute messageStatus.
-
#messageType ⇒ Object
readonly
Returns the value of attribute messageType.
-
#numOfEmails ⇒ Object
readonly
Returns the value of attribute numOfEmails.
-
#numOfFailedEmails ⇒ Object
readonly
Returns the value of attribute numOfFailedEmails.
-
#pages ⇒ Object
readonly
Returns the value of attribute pages.
-
#phoneNumber ⇒ Object
readonly
Returns the value of attribute phoneNumber.
-
#receiveTime ⇒ Object
readonly
Returns the value of attribute receiveTime.
-
#recordingDuration ⇒ Object
readonly
Returns the value of attribute recordingDuration.
-
#remoteCSID ⇒ Object
readonly
Returns the value of attribute remoteCSID.
-
#userId ⇒ Object
readonly
Returns the value of attribute userId.
Instance Attribute Details
#callerID ⇒ Object (readonly)
Returns the value of attribute callerID.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def callerID @callerID end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def id @id end |
#imageStatus ⇒ Object (readonly)
Returns the value of attribute imageStatus.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def imageStatus @imageStatus end |
#messageSize ⇒ Object (readonly)
Returns the value of attribute messageSize.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def @messageSize end |
#messageStatus ⇒ Object (readonly)
Returns the value of attribute messageStatus.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def @messageStatus end |
#messageType ⇒ Object (readonly)
Returns the value of attribute messageType.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def @messageType end |
#numOfEmails ⇒ Object (readonly)
Returns the value of attribute numOfEmails.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def numOfEmails @numOfEmails end |
#numOfFailedEmails ⇒ Object (readonly)
Returns the value of attribute numOfFailedEmails.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def numOfFailedEmails @numOfFailedEmails end |
#pages ⇒ Object (readonly)
Returns the value of attribute pages.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def pages @pages end |
#phoneNumber ⇒ Object (readonly)
Returns the value of attribute phoneNumber.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def phoneNumber @phoneNumber end |
#receiveTime ⇒ Object (readonly)
Returns the value of attribute receiveTime.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def receiveTime @receiveTime end |
#recordingDuration ⇒ Object (readonly)
Returns the value of attribute recordingDuration.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def recordingDuration @recordingDuration end |
#remoteCSID ⇒ Object (readonly)
Returns the value of attribute remoteCSID.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def remoteCSID @remoteCSID end |
#userId ⇒ Object (readonly)
Returns the value of attribute userId.
3 4 5 |
# File 'lib/interfax/fax.rb', line 3 def userId @userId end |