Class: SkypeR::Object::Call

Inherits:
Object
  • Object
show all
Defined in:
lib/skyper/object.rb

Constant Summary collapse

PROPERTIES =
%w{TIMESTAMP  PARTNER_HANDLE   PARTNER_DISPNAME  TARGET_IDENTITY  CONF_ID  TYPE  STATUS  VIDEO_STATUS  VIDEO_SEND_STATUS  FAILUREREASON  SUBJECT  PSTN_NUMBER  DURATION  PSTN_STATUS  CONF_PARTICIPANTS_COUNT  CONF_PARTICIPANT  VM_DURATION  VM_ALLOWED_DURATION  RATE  RATE_CURRENCY  RATE_PRECISION  INPUT  OUTPUT  CAPTURE_MIC  VAA_INPUT_STATUS  FORWARDED_BY  TRANSFER_ACTIVE  TRANSFER_STATUS  TRANSFERRED_BY  TRANSFERRED_TO}

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCall

Returns a new instance of Call.



48
49
# File 'lib/skyper/object.rb', line 48

def initialize
end

Instance Attribute Details

#capture_micObject

Returns the value of attribute capture_mic.



45
46
47
# File 'lib/skyper/object.rb', line 45

def capture_mic
  @capture_mic
end

#conf_idObject

Returns the value of attribute conf_id.



45
46
47
# File 'lib/skyper/object.rb', line 45

def conf_id
  @conf_id
end

#conf_participantObject

Returns the value of attribute conf_participant.



45
46
47
# File 'lib/skyper/object.rb', line 45

def conf_participant
  @conf_participant
end

#conf_participants_countObject

Returns the value of attribute conf_participants_count.



45
46
47
# File 'lib/skyper/object.rb', line 45

def conf_participants_count
  @conf_participants_count
end

#durationObject

Returns the value of attribute duration.



45
46
47
# File 'lib/skyper/object.rb', line 45

def duration
  @duration
end

#failurereasonObject

Returns the value of attribute failurereason.



45
46
47
# File 'lib/skyper/object.rb', line 45

def failurereason
  @failurereason
end

#forwarded_byObject

Returns the value of attribute forwarded_by.



45
46
47
# File 'lib/skyper/object.rb', line 45

def forwarded_by
  @forwarded_by
end

#inputObject

Returns the value of attribute input.



45
46
47
# File 'lib/skyper/object.rb', line 45

def input
  @input
end

#outputObject

Returns the value of attribute output.



45
46
47
# File 'lib/skyper/object.rb', line 45

def output
  @output
end

#partner_dispnameObject

Returns the value of attribute partner_dispname.



45
46
47
# File 'lib/skyper/object.rb', line 45

def partner_dispname
  @partner_dispname
end

#partner_handleObject

Returns the value of attribute partner_handle.



45
46
47
# File 'lib/skyper/object.rb', line 45

def partner_handle
  @partner_handle
end

#pstn_numberObject

Returns the value of attribute pstn_number.



45
46
47
# File 'lib/skyper/object.rb', line 45

def pstn_number
  @pstn_number
end

#pstn_statusObject

Returns the value of attribute pstn_status.



45
46
47
# File 'lib/skyper/object.rb', line 45

def pstn_status
  @pstn_status
end

#rateObject

Returns the value of attribute rate.



45
46
47
# File 'lib/skyper/object.rb', line 45

def rate
  @rate
end

#rate_currencyObject

Returns the value of attribute rate_currency.



45
46
47
# File 'lib/skyper/object.rb', line 45

def rate_currency
  @rate_currency
end

#rate_precisionObject

Returns the value of attribute rate_precision.



45
46
47
# File 'lib/skyper/object.rb', line 45

def rate_precision
  @rate_precision
end

#statusObject

Returns the value of attribute status.



45
46
47
# File 'lib/skyper/object.rb', line 45

def status
  @status
end

#subjectObject

Returns the value of attribute subject.



45
46
47
# File 'lib/skyper/object.rb', line 45

def subject
  @subject
end

#target_identityObject

Returns the value of attribute target_identity.



45
46
47
# File 'lib/skyper/object.rb', line 45

def target_identity
  @target_identity
end

#timestampObject

Returns the value of attribute timestamp.



45
46
47
# File 'lib/skyper/object.rb', line 45

def timestamp
  @timestamp
end

#transfer_activeObject

Returns the value of attribute transfer_active.



45
46
47
# File 'lib/skyper/object.rb', line 45

def transfer_active
  @transfer_active
end

#transfer_statusObject

Returns the value of attribute transfer_status.



45
46
47
# File 'lib/skyper/object.rb', line 45

def transfer_status
  @transfer_status
end

#transferred_byObject

Returns the value of attribute transferred_by.



45
46
47
# File 'lib/skyper/object.rb', line 45

def transferred_by
  @transferred_by
end

#transferred_toObject

Returns the value of attribute transferred_to.



45
46
47
# File 'lib/skyper/object.rb', line 45

def transferred_to
  @transferred_to
end

#typeObject

Returns the value of attribute type.



45
46
47
# File 'lib/skyper/object.rb', line 45

def type
  @type
end

#vaa_input_statusObject

Returns the value of attribute vaa_input_status.



45
46
47
# File 'lib/skyper/object.rb', line 45

def vaa_input_status
  @vaa_input_status
end

#video_send_statusObject

Returns the value of attribute video_send_status.



45
46
47
# File 'lib/skyper/object.rb', line 45

def video_send_status
  @video_send_status
end

#video_statusObject

Returns the value of attribute video_status.



45
46
47
# File 'lib/skyper/object.rb', line 45

def video_status
  @video_status
end

#vm_allowed_durationObject

Returns the value of attribute vm_allowed_duration.



45
46
47
# File 'lib/skyper/object.rb', line 45

def vm_allowed_duration
  @vm_allowed_duration
end

#vm_durationObject

Returns the value of attribute vm_duration.



45
46
47
# File 'lib/skyper/object.rb', line 45

def vm_duration
  @vm_duration
end