Class: Cul::Image::Properties::Namespace

Inherits:
Object
  • Object
show all
Defined in:
lib/cul_image_props/image/properties/types.rb

Instance Method Summary collapse

Constructor Details

#initialize(href, prefix) ⇒ Namespace

Returns a new instance of Namespace.



8
9
10
11
# File 'lib/cul_image_props/image/properties/types.rb', line 8

def initialize(href, prefix)
  @href = href
  @prefix = prefix
end

Instance Method Details

#hrefObject



12
13
14
# File 'lib/cul_image_props/image/properties/types.rb', line 12

def href
  @href
end

#prefixObject



15
16
17
# File 'lib/cul_image_props/image/properties/types.rb', line 15

def prefix
  @prefix
end