Class: Rad::Users

Inherits:
Object
  • Object
show all
Defined in:
lib/users/_require.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatars_pathObject

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

Parameters:

  • value

    the value to set the attribute email to.



18
19
20
# File 'lib/users/_require.rb', line 18

def email=(value)
  @email = value
end

#hostObject



20
# File 'lib/users/_require.rb', line 20

def host; @host || rad.http.host end

#open_id_storeObject

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

#portObject



22
# File 'lib/users/_require.rb', line 22

def port; @port || rad.http.port end

#url_rootObject



21
# File 'lib/users/_require.rb', line 21

def url_root; @url_root || rad.http.url_root end