Class: Hop::Request
- Inherits:
-
Struct
- Object
- Struct
- Hop::Request
- Defined in:
- lib/hop/endpoint.rb
Overview
An inbound service request. from is the cryptographically verified sender identity (base58).
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#from ⇒ Object
Returns the value of attribute from.
-
#from_bytes ⇒ Object
Returns the value of attribute from_bytes.
-
#method ⇒ Object
Returns the value of attribute method.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
9 10 11 |
# File 'lib/hop/endpoint.rb', line 9 def args @args end |
#from ⇒ Object
Returns the value of attribute from
9 10 11 |
# File 'lib/hop/endpoint.rb', line 9 def from @from end |
#from_bytes ⇒ Object
Returns the value of attribute from_bytes
9 10 11 |
# File 'lib/hop/endpoint.rb', line 9 def from_bytes @from_bytes end |
#method ⇒ Object
Returns the value of attribute method
9 10 11 |
# File 'lib/hop/endpoint.rb', line 9 def method @method end |
#service ⇒ Object
Returns the value of attribute service
9 10 11 |
# File 'lib/hop/endpoint.rb', line 9 def service @service end |
Instance Method Details
#text ⇒ Object
10 |
# File 'lib/hop/endpoint.rb', line 10 def text = args |