Class: MessageBird::CustomDetails

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/custom_details.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #map_hash_elements_to_self, #value_to_time

Constructor Details

This class inherits a constructor from MessageBird::Base

Instance Attribute Details

#custom1Object

CustomDetails holds free-input fields for the Contact object.



8
9
10
# File 'lib/messagebird/custom_details.rb', line 8

def custom1
  @custom1
end

#custom2Object

CustomDetails holds free-input fields for the Contact object.



8
9
10
# File 'lib/messagebird/custom_details.rb', line 8

def custom2
  @custom2
end

#custom3Object

CustomDetails holds free-input fields for the Contact object.



8
9
10
# File 'lib/messagebird/custom_details.rb', line 8

def custom3
  @custom3
end

#custom4Object

CustomDetails holds free-input fields for the Contact object.



8
9
10
# File 'lib/messagebird/custom_details.rb', line 8

def custom4
  @custom4
end