Class: Semaphore::Sms::Client::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/semaphore/sms/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



13
14
15
# File 'lib/semaphore/sms/client.rb', line 13

def content
  @content
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/semaphore/sms/client.rb', line 13

def status
  @status
end