Class: Pageflow::LegalInfo::Link
- Inherits:
-
Struct
- Object
- Struct
- Pageflow::LegalInfo::Link
- Defined in:
- app/models/pageflow/legal_info.rb
Overview
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
8 9 10 |
# File 'app/models/pageflow/legal_info.rb', line 8 def label @label end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'app/models/pageflow/legal_info.rb', line 8 def url @url end |