class AsanaCliGem::Asana

Attributes

name[RW]
sanskrit[RW]
summary[RW]
tip[RW]
url[RW]

Public Class Methods

all() click to toggle source
# File lib/asana_cli_gem/asana.rb, line 5
def self.all
  @@all
end

Public Instance Methods

save() click to toggle source
# File lib/asana_cli_gem/asana.rb, line 9
def save
  @@all << self
end