Class: Rad::Users
- Inherits:
-
Object
- Object
- Rad::Users
- Defined in:
- lib/users/_require.rb
Instance Attribute Summary collapse
-
#avatars_path ⇒ Object
Returns the value of attribute avatars_path.
-
#email ⇒ Object
writeonly
Sets the attribute email.
- #host ⇒ Object
-
#open_id_store ⇒ Object
Returns the value of attribute open_id_store.
- #port ⇒ Object
- #url_root ⇒ Object
Instance Attribute Details
#avatars_path ⇒ Object
Returns the value of attribute avatars_path.
24 25 26 |
# File 'lib/users/_require.rb', line 24 def avatars_path @avatars_path end |
#email=(value) ⇒ Object (writeonly)
Sets the attribute email
18 19 20 |
# File 'lib/users/_require.rb', line 18 def email=(value) @email = value end |
#host ⇒ Object
20 |
# File 'lib/users/_require.rb', line 20 def host; @host || rad.http.host end |
#open_id_store ⇒ Object
Returns the value of attribute open_id_store.
17 18 19 |
# File 'lib/users/_require.rb', line 17 def open_id_store @open_id_store end |
#port ⇒ Object
22 |
# File 'lib/users/_require.rb', line 22 def port; @port || rad.http.port end |
#url_root ⇒ Object
21 |
# File 'lib/users/_require.rb', line 21 def url_root; @url_root || rad.http.url_root end |