class Ayadn::PostLinkObject
Attributes
amended_len[R]
input[R]
len[R]
pos[R]
text[R]
url[R]
Public Class Methods
new(hash)
click to toggle source
# File lib/ayadn/post_object.rb, line 20 def initialize hash @input = hash @url = @input["url"] @text = @input["text"] @pos = @input["pos"] @len = @input["len"] @amended_len = @input["amended_len"] end