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