Class: Harmony::Service::Request

Inherits:
Message
  • Object
show all
Defined in:
lib/harmony/service/request.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Message

attr_accessor, attributes, #attributes, json_create

Constructor Details

#initialize(h = {}) ⇒ Request

Returns a new instance of Request.



4
5
6
7
# File 'lib/harmony/service/request.rb', line 4

def initialize(h = {})
  super(h)
  @options ||= {}
end

Instance Attribute Details

#harmony_app_nameObject

Returns the value of attribute harmony_app_name.



2
3
4
# File 'lib/harmony/service/request.rb', line 2

def harmony_app_name
  @harmony_app_name
end

#harmony_user_emailObject

Returns the value of attribute harmony_user_email.



2
3
4
# File 'lib/harmony/service/request.rb', line 2

def harmony_user_email
  @harmony_user_email
end

#optionsObject

Returns the value of attribute options.



2
3
4
# File 'lib/harmony/service/request.rb', line 2

def options
  @options
end