class Cb::Models::Branding::Styles::Base

Attributes

styles[W]

Public Class Methods

new(args = {}) click to toggle source
# File lib/cb/models/implementations/branding/styles/base.rb, line 18
def initialize(args = {})
  @styles = args
end

Public Instance Methods

raw() click to toggle source
# File lib/cb/models/implementations/branding/styles/base.rb, line 22
def raw
  @styles
end