class

Geode::Dependency

Inherits YAML::Serializable / Reference / Object

Constructors

new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

bitbucket
Source
bitbucket=(bitbucket : String)
Source
bitbucket?
Source
fossil
Source
fossil=(fossil : String)
Source
fossil?
Source
git=(git : String)
Source
git?
Source
github
Source
github=(github : String)
Source
github?
Source
gitlab
Source
gitlab=(gitlab : String)
Source
gitlab?
Source
hg=(hg : String)
Source
name
Source
name=(name : String)
Source
name?
Source
path
Source
path=(path : String)
Source
path?
Source
to_s(io : IO) : Nil

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
Source
version
Source
version=(version : String)
Source
version?
Source