Class: Rails::RFC6570::Formatter::Subst
- Inherits:
-
Struct
- Object
- Struct
- Rails::RFC6570::Formatter::Subst
- Defined in:
- lib/rails/rfc6570/formatter.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#string ⇒ Object
(also: #to_s)
Returns the value of attribute string.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
47 48 49 |
# File 'lib/rails/rfc6570/formatter.rb', line 47 def name @name end |
#string ⇒ Object Also known as: to_s
Returns the value of attribute string
47 48 49 |
# File 'lib/rails/rfc6570/formatter.rb', line 47 def string @string end |