Class: ComponentStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



45
46
47
# File 'lib/bcl.rb', line 45

def headers
  @headers
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



45
46
47
# File 'lib/bcl.rb', line 45

def name
  @name
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



45
46
47
# File 'lib/bcl.rb', line 45

def row
  @row
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



45
46
47
# File 'lib/bcl.rb', line 45

def uid
  @uid
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



45
46
47
# File 'lib/bcl.rb', line 45

def values
  @values
end

#version_idObject

Returns the value of attribute version_id

Returns:

  • (Object)

    the current value of version_id



45
46
47
# File 'lib/bcl.rb', line 45

def version_id
  @version_id
end