class Marver::Url

Attributes

type[R]
url[R]

Public Class Methods

new(attrs) click to toggle source
# File lib/marver/entities/url.rb, line 5
def initialize(attrs)
  @type = attrs['type']
  @url = attrs['url']
end