Class: Octopi::Key
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#title ⇒ Object
Returns the value of attribute title.
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Resource
Methods inherited from Base
#error=, #initialize, #property, #save
Constructor Details
This class inherits a constructor from Octopi::Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/octopi/key.rb', line 5 def id @id end |
#key ⇒ Object
Returns the value of attribute key.
5 6 7 |
# File 'lib/octopi/key.rb', line 5 def key @key end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/octopi/key.rb', line 5 def title @title end |
#user ⇒ Object (readonly)
Returns the value of attribute user.
8 9 10 |
# File 'lib/octopi/key.rb', line 8 def user @user end |