Class: UserInfo
Direct Known Subclasses
Instance Attribute Summary collapse
-
#inspec ⇒ Object
readonly
Returns the value of attribute inspec.
Instance Method Summary collapse
- #credentials(_username) ⇒ Object
-
#initialize(inspec) ⇒ UserInfo
constructor
A new instance of UserInfo.
Methods included from Converter
Constructor Details
#initialize(inspec) ⇒ UserInfo
Returns a new instance of UserInfo.
177 178 179 |
# File 'lib/resources/user.rb', line 177 def initialize(inspec) @inspec = inspec end |
Instance Attribute Details
#inspec ⇒ Object (readonly)
Returns the value of attribute inspec.
176 177 178 |
# File 'lib/resources/user.rb', line 176 def inspec @inspec end |
Instance Method Details
#credentials(_username) ⇒ Object
181 182 |
# File 'lib/resources/user.rb', line 181 def credentials(_username) end |