class Rober::Entity
Attributes
attributes[R]
comment[RW]
logical_name[RW]
physical_name[RW]
Public Class Methods
new()
click to toggle source
# File lib/rober/entity.rb, line 5 def initialize @attributes = [] end
Public Instance Methods
add(attribute)
click to toggle source
# File lib/rober/entity.rb, line 9 def add(attribute) @attributes << attribute end