Class: Paapi::Operation
- Inherits:
-
Struct
- Object
- Struct
- Paapi::Operation
- Defined in:
- lib/paapi.rb
Instance Attribute Summary collapse
-
#endpoint_suffix ⇒ Object
Returns the value of attribute endpoint_suffix.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#service ⇒ Object
Returns the value of attribute service.
-
#target_name ⇒ Object
Returns the value of attribute target_name.
Instance Attribute Details
#endpoint_suffix ⇒ Object
Returns the value of attribute endpoint_suffix
61 62 63 |
# File 'lib/paapi.rb', line 61 def endpoint_suffix @endpoint_suffix end |
#http_method ⇒ Object
Returns the value of attribute http_method
61 62 63 |
# File 'lib/paapi.rb', line 61 def http_method @http_method end |
#service ⇒ Object
Returns the value of attribute service
61 62 63 |
# File 'lib/paapi.rb', line 61 def service @service end |
#target_name ⇒ Object
Returns the value of attribute target_name
61 62 63 |
# File 'lib/paapi.rb', line 61 def target_name @target_name end |