class MessageBird::Verify

Attributes

created_datetime[R]
href[RW]
id[RW]
messages[RW]
recipient[RW]
reference[RW]
status[RW]
valid_until_datetime[R]

Public Instance Methods

created_datetime=(value) click to toggle source
# File lib/messagebird/verify.rb, line 17
def created_datetime=(value)
  @created_datetime = value_to_time(value)
end
valid_until_datetime=(value) click to toggle source
# File lib/messagebird/verify.rb, line 21
def valid_until_datetime=(value)
  @valid_until_datetime = value_to_time(value)
end