Class: Paltrow::Page::PageWithURL

Inherits:
Struct
  • Object
show all
Defined in:
lib/paltrow/page.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#to_paramsObject

Returns the value of attribute to_params

Returns:

  • (Object)

    the current value of to_params



12
13
14
# File 'lib/paltrow/page.rb', line 12

def to_params
  @to_params
end

Instance Method Details

#alertObject



17
18
19
# File 'lib/paltrow/page.rb', line 17

def alert
  ""
end

#noticeObject



13
14
15
# File 'lib/paltrow/page.rb', line 13

def notice
  ""
end