Class: TopicEmbed::FetchResponse

Inherits:
Object
  • Object
show all
Defined in:
app/models/topic_embed.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



24
25
26
# File 'app/models/topic_embed.rb', line 24

def author
  @author
end

#bodyObject

Returns the value of attribute body.



24
25
26
# File 'app/models/topic_embed.rb', line 24

def body
  @body
end

#titleObject

Returns the value of attribute title.



24
25
26
# File 'app/models/topic_embed.rb', line 24

def title
  @title
end

#urlObject

Returns the value of attribute url.



24
25
26
# File 'app/models/topic_embed.rb', line 24

def url
  @url
end