Class: Kippt::Comment
Instance Attribute Summary collapse
-
#clip ⇒ Object
readonly
Returns the value of attribute clip.
Instance Method Summary collapse
-
#initialize(attributes = {}, clip = nil, client = nil) ⇒ Comment
constructor
A new instance of Comment.
Methods included from Resource
#destroy, included, #save, #writable_attributes_hash
Constructor Details
#initialize(attributes = {}, clip = nil, client = nil) ⇒ Comment
Returns a new instance of Comment.
13 14 15 16 |
# File 'lib/kippt/comment.rb', line 13 def initialize(attributes = {}, clip = nil, client = nil) super(attributes, client) @clip = clip end |
Instance Attribute Details
#clip ⇒ Object (readonly)
Returns the value of attribute clip.
11 12 13 |
# File 'lib/kippt/comment.rb', line 11 def clip @clip end |