Class: UrlRewrite::StatusCode
- Inherits:
-
Struct
- Object
- Struct
- UrlRewrite::StatusCode
- Defined in:
- app/models/url_rewrite.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
4 5 6 |
# File 'app/models/url_rewrite.rb', line 4 def code @code end |
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'app/models/url_rewrite.rb', line 4 def label @label end |