Class: Anydoc::Asset

Inherits:
Data
  • Object
show all
Defined in:
lib/anydoc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



23
24
25
# File 'lib/anydoc.rb', line 23

def data
  @data
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/anydoc.rb', line 23

def id
  @id
end

#media_typeObject (readonly)

Returns the value of attribute media_type

Returns:

  • (Object)

    the current value of media_type



23
24
25
# File 'lib/anydoc.rb', line 23

def media_type
  @media_type
end

#origin_partObject (readonly)

Returns the value of attribute origin_part

Returns:

  • (Object)

    the current value of origin_part



23
24
25
# File 'lib/anydoc.rb', line 23

def origin_part
  @origin_part
end