Class: Arena::Entity::Embed

Inherits:
Arena::Entity show all
Defined in:
lib/arena/entities/embed.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Arena::Base

Instance Attribute Details

#author_nameObject (readonly)

Returns the value of attribute author_name.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def author_name
  @author_name
end

#author_urlObject (readonly)

Returns the value of attribute author_url.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def author_url
  @author_url
end

#embedObject (readonly)

Returns the value of attribute embed.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def embed
  @embed
end

#heightObject (readonly)

Returns the value of attribute height.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def height
  @height
end

#htmlObject (readonly)

Returns the value of attribute html.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def html
  @html
end

#source_urlObject (readonly)

Returns the value of attribute source_url.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def source_url
  @source_url
end

#thumbnail_urlObject (readonly)

Returns the value of attribute thumbnail_url.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def thumbnail_url
  @thumbnail_url
end

#titleObject (readonly)

Returns the value of attribute title.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def title
  @title
end

#typeObject (readonly)

Returns the value of attribute type.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def type
  @type
end

#urlObject (readonly)

Returns the value of attribute url.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def url
  @url
end

#widthObject (readonly)

Returns the value of attribute width.



6
7
8
# File 'lib/arena/entities/embed.rb', line 6

def width
  @width
end