Methods

DeltaCloud::PlainFormatter::FormatObject::Driver

Public Instance Methods

format() click to toggle source
# File lib/plain_formatter.rb, line 120
def format
  sprintf("%-15s | %-15s | %-s",
          @obj.id,
          @obj.name,
          @obj.url)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.