Method: Asdawqw::CompanyDetails#password
- Defined in:
- lib/asdawqw/models/company_details.rb
#password ⇒ String
Password for accessing PM. If the password is not passed in the request random password will be generated and returned in response. Password will be in response only on create and if it is manually generated. Special characters are not allowed, instead use UTF-8 codes, for example instead of # use %23
48 49 50 |
# File 'lib/asdawqw/models/company_details.rb', line 48 def password @password end |