Class: CommandWrap::Pdf::MetaDataReceiver

Inherits:
Object
  • Object
show all
Defined in:
lib/command_wrap/pdf.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#regularObject

Returns the value of attribute regular.



42
43
44
# File 'lib/command_wrap/pdf.rb', line 42

def regular
  @regular
end

Instance Method Details

#metadata(data) ⇒ Object



44
45
46
# File 'lib/command_wrap/pdf.rb', line 44

def  (data)
    @regular = data
end