Class: SocialSharePrivacy::Config::Cookie

Inherits:
Object
  • Object
show all
Includes:
Evaluatable, JSONable
Defined in:
lib/social_share_privacy.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Evaluatable

#eval

Methods included from JSONable

#to_s

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



77
78
79
# File 'lib/social_share_privacy.rb', line 77

def domain
  @domain
end

#expiresObject

Returns the value of attribute expires.



77
78
79
# File 'lib/social_share_privacy.rb', line 77

def expires
  @expires
end

#pathObject

Returns the value of attribute path.



77
78
79
# File 'lib/social_share_privacy.rb', line 77

def path
  @path
end