Class: Echowrap::Familiarity
Instance Attribute Summary collapse
-
#familiarity ⇒ Object
readonly
Returns the value of attribute familiarity.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#familiarity ⇒ Object (readonly)
Returns the value of attribute familiarity.
5 6 7 |
# File 'lib/echowrap/familiarity.rb', line 5 def familiarity @familiarity end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/echowrap/familiarity.rb', line 5 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/echowrap/familiarity.rb', line 5 def name @name end |