class Geode::Dependency

Included Modules

Defined in:

shard.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def bitbucket : String #

def bitbucket=(bitbucket : String) #

[View source]
def bitbucket? : String | Nil #

def fossil : String #

def fossil=(fossil : String) #

[View source]
def fossil? : String | Nil #

def git : String #

def git=(git : String) #

[View source]
def git? : String | Nil #

def github : String #

def github=(github : String) #

[View source]
def github? : String | Nil #

def gitlab : String #

def gitlab=(gitlab : String) #

[View source]
def gitlab? : String | Nil #

def hg : String #

def hg=(hg : String) #

[View source]
def hg? : String | Nil #

def name : String #

def name=(name : String) #

[View source]
def name? : String | Nil #

def path : String #

def path=(path : String) #

[View source]
def path? : String | Nil #

def to_s(io : IO) : Nil #
Description copied from class Reference

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>

[View source]
def version : String #

def version=(version : String) #

[View source]
def version? : String | Nil #