Class: CallRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



3
4
5
# File 'lib/call_request.rb', line 3

def 
  @account_id
end

#account_nameObject

Returns the value of attribute account_name.



3
4
5
# File 'lib/call_request.rb', line 3

def 
  @account_name
end

#mobile_phoneObject

Returns the value of attribute mobile_phone.



3
4
5
# File 'lib/call_request.rb', line 3

def mobile_phone
  @mobile_phone
end

#partner_idObject

Returns the value of attribute partner_id.



3
4
5
# File 'lib/call_request.rb', line 3

def partner_id
  @partner_id
end