Class: GovDelivery::TMS::Recipient

Inherits:
Object
  • Object
show all
Includes:
InstanceResource
Defined in:
lib/govdelivery/tms/resource/recipient.rb

Instance Attribute Summary collapse

Attributes included from InstanceResource

#response

Method Summary

Methods included from InstanceResource

included

Instance Attribute Details

#completed_atObject (readonly)

Returns the value of attribute completed_at.



1
2
3
# File 'lib/govdelivery/tms/resource/recipient.rb', line 1

def completed_at
  @completed_at
end

#error_messageObject (readonly)

Returns the value of attribute error_message.



1
2
3
# File 'lib/govdelivery/tms/resource/recipient.rb', line 1

def error_message
  @error_message
end

#formatted_phoneObject (readonly)

Returns the value of attribute formatted_phone.



1
2
3
# File 'lib/govdelivery/tms/resource/recipient.rb', line 1

def formatted_phone
  @formatted_phone
end

#phoneObject

Returns the value of attribute phone.



1
2
3
# File 'lib/govdelivery/tms/resource/recipient.rb', line 1

def phone
  @phone
end

#statusObject (readonly)

Returns the value of attribute status.



1
2
3
# File 'lib/govdelivery/tms/resource/recipient.rb', line 1

def status
  @status
end