Class: SocialSharePrivacy::Config::Cookie
- Includes:
- Evaluatable, JSONable
- Defined in:
- lib/social_share_privacy.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#path ⇒ Object
Returns the value of attribute path.
Method Summary
Methods included from Evaluatable
Methods included from JSONable
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
77 78 79 |
# File 'lib/social_share_privacy.rb', line 77 def domain @domain end |
#expires ⇒ Object
Returns the value of attribute expires.
77 78 79 |
# File 'lib/social_share_privacy.rb', line 77 def expires @expires end |
#path ⇒ Object
Returns the value of attribute path.
77 78 79 |
# File 'lib/social_share_privacy.rb', line 77 def path @path end |