Class: Postnhost::PublicRequestContext::Resolution
- Inherits:
-
Data
- Object
- Data
- Postnhost::PublicRequestContext::Resolution
- Defined in:
- app/services/postnhost/public_request_context.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#record ⇒ Object
readonly
Returns the value of attribute record.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
4 5 6 |
# File 'app/services/postnhost/public_request_context.rb', line 4 def kind @kind end |
#record ⇒ Object (readonly)
Returns the value of attribute record
4 5 6 |
# File 'app/services/postnhost/public_request_context.rb', line 4 def record @record end |