Class: Pageflow::LegalInfo::Link

Inherits:
Struct
  • Object
show all
Defined in:
app/models/pageflow/legal_info.rb

Overview

Since:

  • 17.2

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



8
9
10
# File 'app/models/pageflow/legal_info.rb', line 8

def label
  @label
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'app/models/pageflow/legal_info.rb', line 8

def url
  @url
end