class Cb::Models::Branding::Widget

Attributes

type[RW]
url[RW]

Public Class Methods

new(type, url) click to toggle source
# File lib/cb/models/implementations/branding/widget.rb, line 17
def initialize(type, url)
  @type = type
  @url = url
end